
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width:7px;
background: url(../img/line.jpg) center no-repeat;
}
.vscrollerbar {
background-image: url(../img/box.jpg);
width: 7px;
height: 6px !important;
background-image: url(../img/box.jpg);
}

* html .vscrollerbar {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../img/box.jpg');
background-image: none;
}


.hscrollerbase
	{
		height: 7px;
		background: url(../img/line2.jpg) center no-repeat;
	}
.hscrollerbar
	{
		background-image: url(../img/box.jpg);
		height: 7px;
		width: 6px !important;
		background-image: url(../img/box.jpg);
	}

.vscrollerbar, .hscrollerbar
	{
		padding: 0px;
		z-index: 2;
	}

.scrollerjogbox {
width: 2px;
height: 2px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #698AAA;
}
