.scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0; left: 0;
}
.vscrollerbase {
    width: 9px;
    background: url(../images/flexscroll/scroll-bg.jpg) repeat-y top left;
    cursor: pointer;
}
.vscrollerbasebeg{
    float: left;
    width: 9px;
    height: 17px !important;
    background: url(../images/flexscroll/scroll-top.jpg) no-repeat top left;
}
.vscrollerbar {
    width: 9px;
    height: 9px;
    padding: 16px 0;
    background: url(../images/flexscroll/scrollbar-middle.jpg) repeat-y top left;
    cursor: pointer;
}
.vscrollerbarbeg{
    width: 9px;
    height: 11px;
    background: url(../images/flexscroll/scrollbar-top.jpg) no-repeat top left;
}
.vscrollerbarend{
    width: 9px;
    height: 11px;
    background: url(../images/flexscroll/scrollbar-bottom.jpg) no-repeat bottom left;
}
.vscrollerbaseend{
    float: left;
    width: 9px;
    height: 17px !important;
    background: url(../images/flexscroll/scroll-bottom.jpg) no-repeat top left;
    cursor: pointer;
}
.hscrollerbase {
    height: 0px;
    background-color: #FFFFFF;
}
.hscrollerbar {
    height: 0px;
    background-color: #FFFFFF;
}
.scrollerjogbox {
    width: 0px;
    height: 0px;
    top: auto; left: auto;
    bottom: 0px; right: 0px;
}
