.scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
.vscrollerbase {
    width: 15px;
    background-color: #FFFFFF;
    border-left: 1px solid #DFDBD7;
}
.vscrollerbasebeg{
    float: left;
    width: 15px;
    height: 17px !important;
    background: url(../../images/flexscroll/scroll-top.jpg) no-repeat top left;
    cursor: pointer;
}
.vscrollerbar {
    width: 15px;
    height: 15px;
    padding: 14px 0;
    background-color: #5E4F4A;
    border: none;
    cursor: pointer;
}
.vscrollerbarbeg{
    width: 15px;
    height: 0px;
}
.vscrollerbarend{
    width: 15px;
    height: 0px;
}
.vscrollerbaseend{
    float: left;
    width: 15px;
    height: 17px !important;
    background: url(../../images/flexscroll/scroll-bottom.jpg) no-repeat top left;
    cursor: pointer;
}
.scrollerjogbox {
    width: 0px;
    height: 0px;
    top: auto;
    left: auto;
    bottom: 0px;
    right: 0px;
    display: none;
}