/* 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: 0;
}

.hscrollerbase, .hscrollerbar {
height: 11px;
}

.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*/
padding: 5px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}
.hscrollerbarbeg {
/*left image holder for horizontal scroll bar*/
background: url(images/hscroller3.png) -3px 0px;
height: 11px;
/* width is auto set by the script to fit the scrollbar */
}

.hscrollerbarend {
/*right image holder for horizontal scroll bar*/
background: url(images/hscroller3.png);
height: 11px; width: 3px;
}

/* Following are OPTIONAL */

.hscrollerbase {
background-image: url(images/scrollbase3back.png);
}

.hscrollerbasebeg {
height: 11px;
background: url(images/scrollbases3.png) -218px 0px no-repeat;
/* width is auto set to fill the base */
}

.hscrollerbaseend {
height: 11px; width: 218px;
background: url(images/scrollbases3.png) 0% 0% no-repeat;
}

/* Scroll Bar Master Styling Ends Here */
