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

.vscrollerbase {
background-image: url(base.png);
width:10px;
}
.vscrollerbar {
background-image: url(scrollbar.png);
width: 23px;

height: 4px !important;


background-image: url(scrollbar.png);
}

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


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {
	background-image: url(baseh.png);
	height: 35px; !important;
	width: 300px !important;
	margin-left: 230px;}
.hscrollerbar {
background-image: url(scrollbarh.png);
width: 10px !important;
height: 30px;

}

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


.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: white;
}




