/* Scroll Bar Master Styling Starts Here */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
}

.hscrollerbase, .hscrollerbar {
	height: 10px;
	left: 0px;
}

.hscrollerbar {
	top: 0px;
}

.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: 10px;
	/* 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 {
	height: 10px;
	width: auto;
	left: 0;
	background-color:#b5e0f9;
}

.hscrollerbarend {
	height: 10px;
	width: 10px;
	background-color:#b5e0f9;
}

/* Following are OPTIONAL */

.hscrollerbase {
	background-color:#d5ebf8;
	background-image:url(/images/leftarrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

.hscrollerbasebeg {
	left: 0px;
	top: 0px;
	height: 10px;
}

.hscrollerbaseend {
	top: 0px;
	height: 10px;
	width: 10px;
	background-color:#d5ebf8;
	background-image:url(/images/rightarrow.gif);
	background-repeat:no-repeat;
	background-position:right center;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	bottom: 0px;
	right: 0px;
}


/* Scroll Bar Master Styling Ends Here */