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

.vscrollerbase 
{
	width:22px;
}

.hscrollerbase 
{
	height: 9px;
	background-color: white;
	width: 19px;
}

.vscrollerbar 
{
	background-image: url(i/slider.png);
	width: 5px !important;
	height: 19px !important;
	margin-left:10px;
}

.hscrollerbar 
{
	background-image: url(i/slider_h.png);
	width: 19px !important; 
	height: 5px !important;

}

* html .vscrollerbar  
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='i/slider.png');
	background-image: none;
}

* html .hscrollerbar
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='i/slider_h.png');
	background-image: none;
}










