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

.vscrollerbase {
    width: 15px;
/*    background: url(../images/flexscroll/scroll-bg.jpg) repeat-y top left;*/
    background-color: #E6E2B5;
}
.vscrollerbasebeg{
    float: left;
    width: 15px;
    height: 14px !important;
    background: url(../images/flexscroll/scroll-top.jpg) no-repeat top left;
    cursor: pointer;
}
.vscrollerbar {
    width: 15px;
    padding: 14px 0;
    background: url(../images/flexscroll/scrollbar-middle.jpg) repeat-y top left;
    cursor: pointer;
}

.vscrollerbarbeg{
    width: 15px;
    height: 3px;
    background: url(../images/flexscroll/scrollbar-top.jpg) no-repeat top left;
}
.vscrollerbarend{
    width: 15px;
    height: 3px;
    background: url(../images/flexscroll/scrollbar-bottom.jpg) no-repeat top left;
}
.vscrollerbaseend{
    float: left;
    width: 15px;
    height: 14px !important;
    background: url(../images/flexscroll/scroll-bottom.jpg) no-repeat top left;
    cursor: pointer;
}



.hscrollerbase {
    height: 8px;
    background-color: #F2F0D9;
}
.hscrollerbar {
    height: 8px;
    background-color: #F2F0D9;
}

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