/* 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: 15px;
}
.vscrollerbar {
	width: 15px;
}
.hscrollerbase {
	height: 15px;
}
.hscrollerbar {
	height: 15px;
}
.hscrollerbar {
}
.vscrollerbar {
}
.vscrollerbar, .hscrollerbar {
	padding: 10px;
	z-index: 2;
}
.vscrollerbarbeg {
	width: 15px;
	height: 15px !important;
}
.vscrollerbarend {
	width: 15px;
	height: 15px;
}
.hscrollerbarbeg {
	height: 15px;
	width: 15px !important;
}
.hscrollerbarend {
	height: 15px;
	width: 15px;
}
.scrollerjogbox {
	width: 15px;
	height: 15px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
}
.vscrollerbase {
}
.vscrollerbasebeg {
	background: url(../images/up.gif) no-repeat center top;
	width: 15px;
	height: 11px !important;
	cursor: pointer;
}
.vscrollerbaseend {
	background: url(../images/down.gif) no-repeat center bottom;
	height: 11px;
	width: 15px;
	cursor: pointer;
}
.hscrollerbase {
}
.hscrollerbasebeg {
	background: url(../images/left.gif) no-repeat left center;
	height: 15px;
	width: 11px !important;
	cursor: pointer;
}
.hscrollerbaseend {
	height: 15px;
	width: 11px;
	background: url(../images/right.gif) no-repeat right center;
	cursor: pointer;
}
.scrollerjogbox:hover {
}
