.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.vscrollerbar {
	width: 19px;
	background: #004D72 url(../images/scrollbar.png) -19px 0px repeat-y;
}

.vscrollerbarbeg {
	height: 14px !important;
	width: 19px;
	background: url(../images/scrollbar.png) -108px -32px no-repeat;
}
.vscrollerbarend {
	height: 14px;
	width: 19px;
	background: url(../images/scrollbar.png) -108px 0px no-repeat;
}

.vscrollerbase {
	width: 19px;
	background: #002845 url(../images/scrollbar.png) 0px 0px repeat-y;
}
.vscrollerbasebeg {
	width: 19px;
	height: 19px !important;
	background: url(../images/scrollbar.png) -38px -19px no-repeat;
}
.vscrollerbaseend {
	height: 19px;
	width: 19px;
	background: url(../images/scrollbar.png) -38px 0px no-repeat;
}

.hscrollerbase {
	height: 16px; background-color: white;
}
.hscrollerbar {
	height: 16px; background-color: black;
}

.vscrollerbar, .hscrollerbar {
	padding: 19px;
	z-index: 2;
}

.scrollerjogbox {
	width: 19px;
	height: 16px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background: #37917A;
}