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

.scrollgeneric {
line-height: 1px;
font-size: 1em;
position: absolute;
top: 0; left: 0;
}
.vscrollerbase {
width:10px;
background-image:url(../images/base.jpg);
background-repeat:repeat-y;
}
.vscrollerbar {
background-color:#AAA;
background-image:url(../images/handler.png);
background-position:center center;
background-repeat:no-repeat;
width:10px;
}
.hscrollerbase {
display:none;
height: 10px;
background-color: #f6f6f6;
}
.hscrollerbar {
display:none;
height: 10px;
background-color: black;
}

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