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

.vscrollerbase {
	width:13px;
	background-color:white;
	background:none;
	border:1px solid white;
	border-top:none;
	border-bottom:none;
}

.vscrollerbar {
	width:15px;
	background-color:black;
	background:url(../images/scroller.gif);
	height:30px;
	padding:10px;
	z-index:2;
}

.hscrollerbar {
	padding:10px;
	z-index:2;
}

.vscrollerbarbeg {
	background:url(../images/scroller_top.gif) no-repeat;
	width:13px;
	height:9px !important;
}

.vscrollerbarend {
	background:url(../images/scroller_bottom.gif) no-repeat;
	width:13px;
	height:9px;
}

.scrollerjogbox {
	background:url(../images/horizontalbarbody_cornerjog.png) 0px 0px;
	width:15px;
	height:15px;
	top:auto;
	left:auto;
	bottom:0px;
	right:0px;
}

.vscrollerbasebeg {
	background:url(../images/up_arrow.gif) no-repeat;
	width:13px;
	height:11px !important;
}

.vscrollerbasebeg:hover {
	background:url(../images/up_arrow_on.gif) no-repeat;
}

.vscrollerbaseend {
	background:url(../../images/down_arrow.gif) no-repeat;
	height:11px;
	width:13px;
}

.vscrollerbaseend:hover {
	background:url(../images/down_arrow_on.gif) no-repeat;
}

.scrollerjogbox:hover {
	background:#5E828C url(../images/basebarcaps_verticalbarbody.png) -45px -15px;
}