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

.vscrollerbase {
width: 25px;
background-color: transparent;
background-image:url(../images/site/scrollpane.gif);
background-repeat:repeat-y;
background-position:top;
}
.vscrollerbar {
width: 25px;
height: 13px !important;
background-image:url(../images/site/scroll-bar.png);
background-repeat:no-repeat;
background-position:center;
padding-top:5px;
padding-bottom:5px;

}
.hscrollerbase {
height: 13px;
background-color: white;

}
.hscrollerbar {
height: 10px;
background-color: black;
}

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