/* 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;
}

* html .vscrollerbar {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/scrollbar.png');
background-image: none;
}

* html .vscrollerbasebeg {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/arrowup.png');
background-image: none;
}

* html .vscrollerbaseend {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/arrowdown.png');
background-image: none;
}

.vscrollerbase {
	width:20px;
}
.vscrollerbar {
	width: 20px;
	background-image: url(../images/scrollbar.png);
	padding: 18px;
	z-index: 2;cursor:pointer;
}

.scrollerjogbox {
	width: 20px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background: #698AAA;
}

.vscrollerbasebeg {
	top: 0px;
	width: 20px;
	background: url(../images/arrowup.png) no-repeat;
	cursor:pointer;
}

.vscrollerbaseend {
	height: 20px;
	width: 20px;
	background: url(../images/arrowdown.png) no-repeat;
	cursor:pointer;
}