/* 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:#00000;
}
.vscrollerbar {
width: 8px;
background-color:#47361D;
}
.hscrollerbase {
height: 8px;
}
.hscrollerbar {
height: 8px;
}

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