/* 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;
}

.vscrollerbar {
	width: 14px;
	background: url(../images/scrollbar/bar.png) center  repeat-y;
	z-index: 3;
}
.vscrollerbarbeg {
	height: 14px !important;
	width: 14px;
	background: url(../images/scrollbar/scrollertop.png) no-repeat;
	z-index: 1;
}
.vscrollerbarend {
	height: 14px;
	width: 14px;
	background: url(../images/scrollbar/scrollerbottom.png);
	z-index: 1;
}
.vscrollerbase {
	width: 14px;
	background:url(../images/scrollbar/base.png) repeat-y;
	z-index: 3;
}
.vscrollerbasebeg {
	width: 14px;
	height: 28px;
	background: url(../images/scrollbar/basetop.png) no-repeat;
	z-index: 1;
}
.vscrollerbaseend {
	height: 14px !important;
	width: 14px;
	background: url(../images/scrollbar/basebottom.png);
	z-index: 1;
}
.hscrollerbase {
	height: 14px; 
	background-color: white;
}
.hscrollerbar {
	height: 14px; 
	background-color: black;
}
.vscrollerbar, .hscrollerbar {
	padding: 0px;
	z-index: 2;
}

.scrollerjogbox {
	width: 14px;
	height: 14px;
	top: auto; 
	left: 0px;
	bottom: 0px; 
	right: 0px;
	background: #030303;
}

/* Scroll Bar Master Styling Ends Here */
