.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0; right: 5px;}
.vscrollerbase {
width: 8px !important;
background: #333;
}
.vscrollerbar {
width: 15px;
height: 100px !important;
background: #111;
}
.hscrollerbase {
height: 15px;
background: #111;
}
.hscrollerbar {
height: 2px;
background: #333;
}
.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbarbeg {
width: 15px;
height: 15px !important;
}
.vscrollerbarend {
width: 15px;
height: 15px;
}

.vscrollerbasebeg {
background: url(../images/scroll_up.gif) left top no-repeat;
width: 15px;
height: 15px !important;
}

.vscrollerbaseend {
background: url(../images/scroll_down.gif) left bottom no-repeat;
height: 15px;
width: 15px;
}
