.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width:22px;
}
.vscrollerbar {
	width: 22px;
	height: 75px !important;
	background-color: #46433f;
	/*background-image: url(images/verscroll.png); */
}
* html .vscrollerbar {
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='scrollbar.png'); */
	background-image: none;
}
.hscrollerbase {
	height: 22px;
	background: url(images/scroll-bg.gif) repeat-x;
}
.hscrollerbar {
	height: 22px;
	width: 75px !important;
	background-color: #46433f;
	/* background-image: url(images/horscroll.png); */
}
* html .hscrollerbar {
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='horscroll.png');*/ 
	background-image: none;
}
.vscrollerbar, .hscrollerbar {
	padding: 0px;
	z-index: 2;
}
.scrollerjogbox {
	width: 22px;
	height: 22px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background: #698AAA;
}

