/* 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;
}
.hscrollerbase {
height: 21px;
background:url(../img/bg-slider.gif);
}
.hscrollerbar {
height: 21px;
background:url(../img/bg-slider-handle.gif) no-repeat center 2px;
width:62px;
cursor:pointer;
padding:0 23px 0 22px;
border-left:1px solid #fff;
border-right:1px solid #fff;
}
