/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #FFCC33;
}
.vscrollerbar {
width: 10px;
height:2px;
background-color: #777777;
}
.hscrollerbase {
height: 1px;
background-color: white;
}
.hscrollerbar {
height: 1px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 1px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: grey;
}
