/* 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: 27px;
}/*
.hscrollerbase, .hscrollerbar {
	height: 27px;
}*/
.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 {
	/*top image holder for vertical scroll bar*/
	background: url(../images/vscroller.png) no-repeat scroll left -10px  transparent;
	width: 10px;/* height is auto set by the script to fit the scrollbar */
	margin:31px 10px 0 8px;
}
.vscrollerbarend {
	/*bottom image holder for vertical scroll bar*/
	background:url(../images/vscroller.png) repeat scroll left top transparent;
	width: 10px;
	height: 10px;
	margin:31px 0 0 8px;
}
.hscrollerbarbeg {
	/*left image holder for horizontal scroll bar*/
background: none;
	height: 27px;/* 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: 27px;
	width: 10px;
}
/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
	background: url(../images/scrollbaseback.png)  repeat-y center 33px;
}
.hscrollerbasebeg {
	height: 15px;
	background: none;/* width is auto set to fill the base */
	display:none;
}
.hscrollerbaseend {
	height: 27px;
	width: 7px;
	background: url(../images/scrollbases.png) center 33px no-repeat;
}
.vscrollerbasebeg {
	width:27px;
	height:300px;
	background: url(../images/scrollbases.png) left -33px no-repeat;/* height is auto set to fill the base */
}
.vscrollerbaseend {
	height: 33px;
	width: 27px;
	background: url(../images/scrollbases.png) 0px top no-repeat;
}
.scrollerjogbox {
	width: 15px;
	height: 15px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	/*background: white url(../images/scrolljog.png) 50% 50%;*/
}
/* Scroll Bar Master Styling Ends Here */

