.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	background-image:  url(scrollimg/scrollbarbg.png) ;
	width:9px;
}


.vscrollerbar {
	background-image: url(scrollimg/scrollbar.png);
	width: 9px;
	height: 9px !important;
	background-image: url(scrollimg/scrollbar.png);
}
* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='scrollimg/scrollbar.png');
	background-image: none;
}
.hscrollerbase {
	height: 0px;
}
.hscrollerbar {
	height: 0px;
	background-color: #ffffff;
}
.vscrollerbar, .hscrollerbar {
	padding-top: 10px;
	padding-bottom: 20px;
	z-index: 2;
}


.scrollerjogbox {
width: 9px;
height: 9px;
top: auto; left: auto;
bottom: 9px; right: 0px;
background-image: url(scrollimg/scrollbarbottom.png);
z-index: -1;
}

