/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
padding-right: 7px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 15px;
background: url('bgscroll.gif');
}
.vscrollerbar {
width: 15px;
margin-top: 12px;
background: url('bar.gif') no-repeat;


}
.vscrollerbasebeg {width: 36px;height: 28px !important;background: url(topscroll.gif) no-repeat;}
.vscrollerbaseend {width: 10px;height: 10px !important;background: url(bottomscroll.gif) no-repeat;margin-left:3px;}

.hscrollerbase {
height: 15px;
background-color: white;
}
.hscrollerbar {
height: 15px;
background-color: black;
}

.scrollerjogbox {
width: 15px;
height: 15px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}