/* Scroll Bar Master Styling Starts Here */
/* comments can freely be removed from this file */

/* do not modify .scrollgeneric class, required for proper operation */
.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 3;
}

.vscrollerbase, .vscrollerbar {
width: 20px;
}

.hscrollerbase, .hscrollerbar {
height: 8px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/

/* z-index for scrollbars no longer has to be given as of version
1.8.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}
.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(scroll_imgs/vscroller.png) 0px -10px;
width: 5px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(scroll_imgs/vscroller.png);
width: 5px; height: 10px;
}



/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-image: url(scroll_imgs/scrollbaseback.png);
}



.vscrollerbasebeg {
width: 14px;
background: url(scroll_imgs/scrollbases.png) 0px -6px no-repeat;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height: 8px; width: 14px;
background: url(scroll_imgs/scrollbases.png) 0px 1px no-repeat;
}


/* Scroll Bar Master Styling Ends Here */

