/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

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

.vscrollerbar { width: 10px; background: url(/img/scrollbar.png) 0px 0px repeat-y; }
.vscrollerbeg { height: 12px; !important; width: 10px; background: url(/img/scrollbar.png) -10px 0px no-repeat;}
.vscrollerend { width: 10px; height: 12px; background: url(/img/scrollbar.png) -20px 0px no-repeat;}

.vscrollerbase { width: 10px; background-color: white; }
.vscrollerbasebeg { width: 10px; height: 12px; !important; background: url(/img/scrollbar.png) -10px 0px no-repeat;}
.vscrollerbaseend { width: 10px; height: 12px; background: url(/img/scrollbar.png)  -20px 0px no-repeat;}



.vscrollerbar {width: 10px;background: url(/img/scrollbar.png) 0px 0px repeat-y;}
.vscrollerbarbeg {height: 24px !important;width: 10px;background: url(/img/scrollbar.png) -10px 0px no-repeat;}
.vscrollerbarend {height: 24px;width: 10px;background: url(/img/scrollbar.png) -20px 13px no-repeat;}
.vscrollerbase {width: 10px;background: #FFFFFF;}
.vscrollerbasebeg {width: 10px;height: 10px !important;background: url(/img/scrollbarbtn.png) -10px 0px no-repeat;}
.vscrollerbaseend {height: 10px;width: 10px;background: url(/img/scrollbarbtn.png)  -20px 0px no-repeat;}


.vscrollerbase {
	width: 10px;
	background-image: url(/img/scrollbg.png);
	background-position: center center;
	background-repeat: repeat-y;	
}
.vscrollerbar {
	width: 10px;
	background-color: none;
	background-image: url(/img/scrollbar.png);	
	background-position: center center;
	background-repeat: repeat-y;
}
.vscrollerbarbeg {width: 10px; height: 2px; background: url(/img/scrollbg1.png) center center no-repeat;}
.vscrollerbarend {width: 10px; height: 2px; background: url(/img/scrollbg2.png) center center no-repeat;}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 1px;
	background-color: gray;
}