/* 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 */
.scroll {
	height: 560px;		
	overflow: auto;	
	float: left;
	width: 840px;
	padding: 0;
	top: 10px;
	
}
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; 
	left: 0;
	
}
.vscrollerbar {
	width: 10px;
	height: 10px !important;
	background: url("../images/scroll/scrollbar_new.gif") no-repeat;
	cursor: pointer;
	z-index: 20;	
	margin-left:-2px;	
}
/*.scrollwrapper .vscrollerbar {visibility: visible !important;} */
.vscrollerbarbeg {
}
.vscrollerbarend {
}
.vscrollerbase {
	width: 9px;
	background: url("../images/scroll/scroller.gif") left top repeat-y;
}
.vscrollerbasebeg {
	width: 9px;
	height: 16px !important;
	background: url(../images/scroll/scroller-top.gif) no-repeat;
	cursor: pointer;
	z-index: 20;
}
.vscrollerbaseend {
	height: 16px;
	width: 9px;
	background: url(../images/scroll/scroller-bottom.gif) no-repeat;
	cursor: pointer;
	z-index: 20;
}
.hscrollerbase {height: 16px; }
.hscrollerbar {height: 16px;}
.vscrollerbar, .hscrollerbar {
	padding: 20px;
	z-index: 2;
}
.scrollerjogbox {width: 9px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A; display:none;}

/* Scroll Bar Master Styling Ends Here */

