@charset "utf-8";
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
	position:absolute;top: 0; left: 0px;
	line-height:1px; 
	font-size:1px;
}

.vscrollerbase {
	width:20px;
	background-color:#FFF;
	border-left:1px solid #99cccc;
}
.vscrollerbar {
	width:18px;
	border:1px solid #fff;
	background-color:#00cccc;
}

.scrollerjogbox {
	width:15px;
	height:10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}
