/* 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: 18px;
	background-color: white;
}
.vscrollerbar {
	width: 18px;
	background-color: black;
}

.vscrollerbar {
	background: #99CBCB url(../images/basebarcaps_verticalbarbody.png) -18px 0px repeat-y;
}
.vscrollerbar, .hscrollerbar {
	z-index: 2;
	padding-top: 20px;
	padding-bottom: 20px;
}

.vscrollerbase {
	background: #D7EBDF url(../images/basebarcaps_verticalbarbody.png) 0px 0px repeat-y;
}
.vscrollerbasebeg {
	width: 18px;
	height: 15px !important;
	background-image: url(../images/basebarcaps_verticalbarbody.png);
	background-repeat: no-repeat;
	background-position: -37px -30px;
}
.vscrollerbaseend {
	background: url(../images/basebarcaps_verticalbarbody.png) -74px -30px no-repeat;
	height: 15px;
	width: 18px;
}

.scrollerjogbox:hover {
	background: #5E828C url(../images/basebarcaps_verticalbarbody.png) -45px -15px;
}
