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

.vscrollerbase {
width:10px;
}
.vscrollerbar {
width: 10px;
background-image: url(scrollbar.png);
background-repeat:no-repeat;
}
* html .vscrollerbar {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='scrollbar.png');
background-image: none;
}
.hscrollerbase {height: 20px;}
.hscrollerbar {height: 20px; background-color: #84ADD6;}
.vscrollerbar, .hscrollerbar {
padding: 0px;
z-index: 2;
}

.scrollerjogbox {
width: 10px;
height: 100px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}
#mycustomscroll {
overflow: auto;
position: relative;
}

