
.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 750px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}


/* do not modify .scrollgeneric class, required for proper operation */

.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 0;
}

.vscrollerbase, .vscrollerbar {
width: 11px;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
}

.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*/
padding: 0px;
/* 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;
}
.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../images/scrollbar_slider.gif) 0px -10px;
width: 11px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/scrollbar_slider.gif);
width: 11px; height: 10px;
}

.hscrollerbarbeg {
/*left image holder for horizontal scroll bar*/
background: url(../images/scrollbar_slider.gif) -10px 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/hscroller.png);
height: 11px; width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-image: url(../images/scrollbar_track_middle.gif);
background-repeat:repeat-y;
}

.hscrollerbasebeg {
height: 11px;
background: url(../images/scrollbases.gif) -22px 0px no-repeat;
/* width is auto set to fill the base */
}

.hscrollerbaseend {
height: 11px; width: 7px;
background: url(../images/scrollbases.gif) 0% 0% no-repeat;
}

.vscrollerbasebeg {
	width: 11px;
	background-image: url(../images/1up.png);
	background-repeat: no-repeat;
	height is auto set to fill the base */
}

.vscrollerbaseend {
height: 6px; width: 11px;
background: url(../images/1down.png) 0px 0px no-repeat;
}

.scrollerjogbox {
width: 11px; height: 15px;
top: auto; left: auto; bottom: 0px; right: 0px;
background: white url(../images/scrolljog.png) 50% 50%;
}


