/* 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: 11px;
	background-color: #FFFFFF;
	border: 1px solid #6fa3d6;
	background-image: url(../images/scroll_im.jpg);
	background-repeat: no-repeat;
}
.vscrollerbar {
	width: 10px;
	background-color: #384355;
	background-position: center;
	padding-left:35px;
	padding-right:0px;
	padding-top:12px;
	padding-bottom:15px;
}
.hscrollerbase {
	height: 10px;
	background-color: #D1D1D1;
}
.hscrollerbar {
	height: 10px;
	background-color: #384355;
	border:1px solid red;

}

.scrollerjogbox {
	width: 11px;
	height: 10px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
		
}
