/* 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;
padding-right:2px;
}
.vscrollerbar {
width: 8px;
background-color: #784C40;
}
.hscrollerbase {
height: 8px;
}
.hscrollerbar {
height: 8px;
}

.scrollerjogbox {
width: 6px;
height: 6px;
top: auto;
left: auto;
bottom: 0px; right: 0px;
background-color: #666666;
}