
#customscroll {
	width: 575px;
	height: 200px;
	overflow: auto;
	position: relative;
	margin: 0.3em auto;
}
.fixedwidth {
	width: 800px;
	height: 190px;
	position: relative;
	padding: 1px;
}
.scrollgeneric {
	line-height: 1px; font-size: 1px;
	position: absolute; top: 0; left: 0;
}
.hscrollerbase, .hscrollerbar {
	height: 15px;
}
.hscrollerbar {
	padding: 13px;
	z-index: 2;
}
.hscrollerbarbeg {
	background: url(../../images/customer/hscroller.png) -10px 0px;
	height: 15px;
}
.hscrollerbarend {
	background: url(../../images/customer/hscroller.png);
	height: 15px; width: 10px;
}
.hscrollerbase {
	background-color: #D1DDCB;
	background-image: url(../../images/customer/scrollbaseback.png);
}
.hscrollerbasebeg {
	height: 15px;
	background: url(../../images/customer/scrollbases.png) -14px 0px no-repeat;
}
.hscrollerbaseend {
	height: 15px; width: 15px;
	background: url(../../images/customer/scrollbases.png) 0% 0% no-repeat;
}
