/* 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: auto;
left: auto;
}

.vscrollerbase {
width: 8px;
background-color:#691909;
}
.vscrollerbar {
width:15px;
background-color:#DF662D;
}
.hscrollerbase {
height: 15px;
}
.hscrollerbar {
height:15px;
}

.scrollerjogbox {
width:16px;
height:15px;
top: auto;
left: auto;
bottom: 0px; right: 0px;
}