/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; 
	left: 0;
	padding-right:5px;
}

.vscrollerbase, .vscrollerbar {
width: 11px;
}
.vscrollerbar {
	height: 24px !important; /* really need !important here */
	background: url(../images/vscrollerbar.gif) no-repeat;
}

.vscrollerbase {
	background: url(../images/vscrollerbase.gif) repeat-y; 
}

.vscrollerbasebeg { 
	width: 11px;

	background:  url(../images/vscrollbasebeg.gif) 0px 0px no-repeat;
}
.vscrollerbaseend { 
	height: 16px; 
	width: 11px;
	background: url(../images/vscrollbaseend.gif) 0 0 no-repeat;
}

.vscrollerbar, .hscrollerbar {padding: 12px 28px; z-index: 2;}
/*.scrollerjogbox {width: 11px; height: 4px;top: auto; left: auto; bottom: 0px; right: 0px;background: #37917A;}
*/
/* Scroll Bar Master Styling Ends Here */
