/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0px; left: 0;
}

.vscrollerbase {
    width: 10px;
    background-color: #dcdcdc;
}
.vscrollerbasebeg {
    width: 10px;
    height: 10px !important;
    background: url('crollup.gif') #FF7C00 top left no-repeat;
}
.vscrollerbaseend {
    width: 10px;
    height: 10px;
    background: url('crolldown.gif') #FF7C00 top left no-repeat;
}
.vscrollerbar {
    width: 10px;
    background-color: #a0a0a0;
}
.hscrollerbase {
    height: 10px;
    background-color: #dcdcdc;
}
.hscrollerbasebeg {
    width: 10px !important;
    height: 10px;
    background: url('crollleft.gif') #FF7C00 top left no-repeat;
}
.hscrollerbaseend {
    width: 10px !important;
    height: 10px;
    background: url('crollright.gif') #FF7C00 top left no-repeat;
}
.hscrollerbar {
    height: 10px;
    background-color: #a0a0a0;
}
.vscrollerbar, .hscrollerbar {
    padding: 10px;
    z-index: 2;
}
.scrollerjogbox {
    width: 10px;
    height: 10px;
    top: auto; left: auto;
    bottom: 0px; right: 0px;
    background-color: #a0a0a0;
}