/* Scroll Bar Master Styling Starts Here */

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

.vscrollerbar {
/*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;
/* following is the bit that allows us fixed height scrollbars */
	height: 21px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/
}

/*vertical scrollbar bg*/
.vscrollerbase {
	background-image: url(../imgs/scroll_0/scroll_vbg.gif);
}
/*
.vscrollerbase[class], .hscrollerbase[class] {
	background-image: url(../imgs/scroll_0/scroll_vbg.png);
}*/

/*vertical scrollbar bg top*/
.vscrollerbasebeg {
	width: 4px;
	background-repeat: no-repeat;
	background-image: url(../imgs/scroll_0/scroll_vbgt.gif);
}

/*vertical scrollbar bg bottom*/
.vscrollerbaseend {
	height: 2px;
	width: 4px;
	background-repeat: no-repeat;
	background-image: url(../imgs/scroll_0/scroll_vbgb.gif);
}

/*vertical scrollbar scroller top*/
.vscrollerbarbeg {
	background-image: url(../imgs/scroll_0/scroll_vsct.png);
	width: 4px;
}

/*vertical scrollbar scroller bottom*/
.vscrollerbarend {
	background-image: url(../imgs/scroll_0/scroll_vscb.png);
	width: 4px; height: 10px;
}
/* Scroll Bar Master Styling Ends Here */

