/* 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;}

/*Scroll Bar Base*/
.vscrollerbase {
width: 18px;

}

/*Scroll Bar*/
.vscrollerbar {
width: 30px;
background: url(../images/scroller_btn.png) -5px 0px no-repeat;
}

.vscrollerbar, .hscrollerbar {
padding-bottom:1px;
z-index: 2;
}

/*Scroll Bar Top*/
.vscrollerbarbeg {

}

/*Scroll Bar Bottom*/
.vscrollerbarend {

}


/* Scroll Bar Master Styling Ends Here */
