.scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
.vscrollerbase {
    width: 10px;
    background-color: #FECD6E;
}
.vscrollerbasebeg{
    float: left;
    height: 0px !important;
    cursor: pointer;
}
.vscrollerbar {
    width: 10px;
    height: 10px;
    padding: 0 0;
    background-color: #8A602E;
    border: 1px solid #C9812D;
    cursor: pointer;
}
.vscrollerbarbeg{
    height: 0px !important; 
}
.vscrollerbarend{
    width: 10px;
    height: 0px;
}
.vscrollerbaseend{
    float: left;
    height: 0px !important;
}
.scrollerjogbox {
    width: 0px;
    height: 0px;
    top: auto;
    left: auto;
    bottom: 0px;
    right: 0px;
    display: none;
}