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

.vscrollerbar {
	width: 15px;
	height: 56px;
	background: url(../scroller/vs_scroller.gif);
	background-repeat: no-repeat;
}

.vscrollerbarbeg {
	height: 1px;
	width: 10px;
}

.vscrollerbarend {
	height: 1px;
	width: 10px;
}

.vscrollerbase {
	width: 10px;
	background: url(../scroller/vs_bg_all.gif);
	background-repeat: repeat-y;
}

.vscrollerbasebeg {
	height: 16px;
	width: 10px;
	background: url(../scroller/vs_bg_top.gif);
	background-repeat: no-repeat;
}

.vscrollerbaseend {
	height: 16px;
	width: 10px;
	background: url(../scroller/vs_bg_bot.gif);
	background-repeat: no-repeat;
}

.hscrollerbase {
	height: 0px;
	background-color: white;
}

.hscrollerbar {
	height: 16px;
	background-color: red;
}

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

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