/* 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;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
}

.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: 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;
}
.vscrollerbarbeg {
	width: 15px;
	background-image: url(../images/scroller/images/vscroller.gif);
	background-position: 0px -10px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
	width: 15px;
	height: 10px;
	background-image: url(../images/scroller/images/vscroller.gif);
}

.hscrollerbarbeg {
	height: 15px;
	background-image: url(../images/scroller/images/hscroller.gif);
	background-position: -10px 0px;
/* width is auto set by the script to fit the scrollbar */
}

.hscrollerbarend {
	height: 15px;
	width: 10px;
	background-image: url(../images/scroller/images/hscroller.gif);
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
	background-color: #D1DDCB;
	background-image: url(../images/scroller/images/scrollbaseback.gif);
}

.hscrollerbasebeg {
	height: 15px;
	background-image: url(../images/scroller/images/scrollbases.gif);
	background-repeat: no-repeat;
	background-position: -22px 0px;
/* width is auto set to fill the base */
}

.hscrollerbaseend {
	height: 15px;
	width: 7px;
	background-image: url(../images/scroller/images/scrollbases.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.vscrollerbasebeg {
	width: 15px;
	background-image: url(../images/scroller/images/scrollbases.gif);
	background-repeat: no-repeat;
	background-position: -7px -8px;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
	height: 7px;
	width: 15px;
	background-image: url(../images/scroller/images/scrollbases.gif);
	background-repeat: no-repeat;
	background-position: -7px 0px;
}

.scrollerjogbox {
	width: 15px;
	height: 15px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: white;
	background-image: url(../images/scroller/images/scrolljog.png);
	background-position: 50% 50%;
}
/* Scroll Bar Master Styling Ends Here */
