/* Scroll Bar Master Styling Starts Here */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}
.vscrollerbar {
	width: 11px;
	background-color: #A4B024;
}
.vscrollerbarbeg {
	height: 1px !important;
	width: 11px;
}
.vscrollerbarend {
	height: 1px;
	width: 11px;
}
.vscrollerbase {
	width: 11px;
	background: #dedede;
}
.vscrollerbasebeg {
	width: 11px;
	height: 14px !important;
	background: #A4B024 url('../img/scroll-up.gif') no-repeat center;
}
.vscrollerbaseend {
	height: 14px;
	width: 11px;
	background: #A4B024 url('../img/scroll-down.gif') no-repeat center;
}
.hscrollerbase {
	height: 16px; background-color: white;
}
.hscrollerbar {
	height: 16px; background-color: black;
}
.vscrollerbar, .hscrollerbar {
	padding: 14px;
	z-index: 2;
}
.scrollerjogbox {
	width: 36px;
	height: 16px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background: #37917A;
}
/* Scroll Bar Master Styling Ends Here */
