/* 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;
	}

.vscrollerbase, .vscrollerbar{
	width:22px;
	background-color: #000;
	background-repeat: repeat-y;

}
.vscrollerbar {
	width: 15px;
	background-image: url(/images/scroller-btn.gif);
	height: 36px !important;
	background-repeat: no-repeat;
	
}
.hscrollerbase  {
	height: 15px;
	background-image: url(images/scroller-bg2.gif);
	background-repeat: repeat-x;
}
.hscrollerbar {
	width: 15px;
	background-image: url(/images/scroller-btn.gif);
	height: 36px !important;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.scrollerjogbox {
	width: 15px;
	height: 15px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: #000;
	
}