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

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 20; left: 0; 
}

.vscrollerbase {
width: 12px;
background-color: #d5c081;

}
.vscrollerbar {
width: 12px;
background-color: #7D7D7D;
}

.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: #7D7D7D;
}

.scrollerjogbox {
width: 12px;
height: 12px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #7D7D7D;
}