.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}


.vscrollerbase {
width: 15px;
background: url(../images/line.gif) repeat-y;
}
.hscrollerbase {
height: 15px;
background: url(../images/line2.gif) repeat-x;
}


.vscrollerbar {
width: 15px;
background: url(../images/scroll.gif);
}
.hscrollerbar {
height: 15px;
background: url(../images/scroll2.gif) repeat-x;
}


.vscrollerbar, .hscrollerbar {
padding: 12px;
z-index: 2;
}

.vscrollerbasebeg {
background: url(../images/up.gif);
width: 15px;
height: 10px !important;
}
.hscrollerbasebeg {
background: url(../images/scroll_prev.gif) no-repeat;
height: 15px;
width: 10px !important;
}


.vscrollerbaseend {
background: url(../images/down.gif);
height: 10px;
width: 15px;
}
.hscrollerbaseend {
height: 15px;
width: 10px;
background: url(../images/scroll_next.gif) no-repeat;
}

