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

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

.vscrollerbase {
width: 10px;
height:600px;
background-color: #bfb789;
background-position:right;
}
.vscrollerbar {
width: 10px;
height:600px;
background-color:#69632f;
background-position:right;
}
