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

.vscrollerbase {
width: 15px;
border-left:2px solid white;
border-right:2px solid white;
opacity: 0.8;
-moz-opacity: 0.8;
filter: alpha(opacity=80);
}
.vscrollerbar {
width: 15px;
background-color:#5e3d21;
border-top:2px solid white;
border-bottom:2px solid white;
opacity: 0.35;
-moz-opacity: 0.25;
filter: alpha(opacity=25);
}
.hscrollerbase {
height: 15px;
opacity: 0.8;
border-top:2px solid white;
border-bottom:2px solid white;
-moz-opacity: 0.8;
filter: alpha(opacity=80);
}
.hscrollerbar {
height: 15px;
background-color:#5e3d21;
border-left:2px solid white;
border-right:2px solid white;
opacity: 0.35;
-moz-opacity: 0.25;
filter: alpha(opacity=25);
}

.scrollerjogbox {
width: 15px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}