

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbar{
	width: 9px;
	background-color: #7983B7;
	background-repeat: repeat-y;
}

.vscrollerbarbeg {
	width: 9px;
	height: 1px;
	background-color: #7983B7;
	background-repeat: no-repeat;
}

.vscrollerbarend {
	width: 9px;
	height: 1px;
	background-color: #7983B7;
	background-repeat: no-repeat;
}


.vscrollerbase {
	width: 9px;
	height: 10px;
	background-color: #FFFFFF;
	background-image: url(../gfx/ar_up.png);
	background-position: 0px 10px;
	background-repeat: no-repeat;
}

.vscrollerbasebeg {
	width: 9px;
	height: 10px;
	background-color: #FFFFFF;
	background-image: url(../gfx/ar_up.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}


.vscrollerbaseend {
	width: 9px;
	height: 10px;
	background-color: #FFFFFF;
	background-image: url(../gfx/ar_down.png);
	background-repeat: no-repeat;
}
.hscrollerbase {
	height: 16px;
	background-color: white;
}

.hscrollerbar {
	height: 16px;
	background-color: #FFFFFF;
}

.vscrollerbar, .hscrollerbar {
	padding: 16px;
	z-index: 2;
}

.scrollerjogbox {
	width: 36px;
	height: 16px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background: #FFFFFF;
}



