/* 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 {
	width: 6px;
}
.vscrollerbar {
	width: 6px;
	background-color: #333;
	border-top: 1px solid #999;	
	border-left: 1px solid #999;
	padding: 8px 0px 15px 0px;
	z-index: 2;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; 
	left: auto;
	bottom: 0px; 
	right: 0px;
}
.vscrollerbasebeg {
	width: 10px;
	height: 10px !important;
	background: inherit;
	background: url(../img/assets/arrow_up.gif) no-repeat;
}
.vscrollerbaseend {
	height: 10px;
	width: 10px;
	background: inherit;	
	background: url(../img/assets/arrow_down.gif) no-repeat;
}
