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

.scrollgeneric {position: absolute;top: 0; left: 0;}



.vscrollerbase {
	height: 380px;
	background-color: #999999;
	width: 10px;
	overflow: auto;
	white-space:nowrap;
	overflow-x: hidden;}
	

.vscrollerbar {height: 0px; left: 0; }

.vscrollerbar {padding: 10px;z-index: 2;}

.vscrollerbarbeg {height: 10px; width: 10px; background-color: #993300;}
.vscrollerbarend {height: 0px; width: 10px; }

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

.vscrollerbase {background: #666666}
.vscrollerbasebeg { height: 10px; width: 10px; background: url(basebarcaps_verticalbarbody.png) -20px -20px no-repeat;}
.vscrollerbaseend { height: 10px; width: 10px; background: url(basebarcaps_verticalbarbody.png) -40px -20px no-repeat;}





