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

.vscrollerbase {
	width: 14px;
}

.vscrollerbar {
	width: 14px;
	background-color: #D8E2EE;
	padding: 15px 0;
}

.hscrollerbase {
	height: 12px;
}
.hscrollerbar {
	height: 10px;
	background-color: #EAF0F6;
	padding: 0 12px;
	border: 1px solid #99CCFF;
}
.vscrollerbasebeg,
.vscrollerbaseend {
	width: 16px !important;
	height: 14px !important;
	background: #D8E2EE;
}

.hscrollerbasebeg,
.hscrollerbaseend {
	width: 10px !important;
	height: 12px !important;
	background: #D8E2EE;
}

.hscrollerbasebeg {
	background-image: url('../images/arrow-left.gif');
}
.hscrollerbaseend {
	background-image: url('../images/arrow-right.gif');
}

.hscrollerbarbeg,
.hscrollerbarend,
.scrollerjogbox {
	width: 0 !important;
	height: 0 !important;
	width: 0;
	height: 0;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
}
