/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbar
{
    width: 6px;
    background: #CC3300;
    cursor:pointer;
}
.vscrollerbarbeg
{
    height: 24px !important;
    width: 6px;
}
.vscrollerbarend
{
    height: 24px;
    width: 6px;
}
.vscrollerbase
{
    width: 6px;
    background: #000;
}
.vscrollerbasebeg
{
    width: 36px;
    height: 28px !important;
}
.vscrollerbaseend
{
    height: 6px;
    width: 36px;
}
.hscrollerbase
{
    height: 0px;
    background-color: #000;
}
.hscrollerbar
{
    height: 0px;
    background-color: #000;
}
.vscrollerbar, .hscrollerbar
{
    padding: 0px;
    z-index: 2;
}
.scrollerjogbox
{
    width: 0px;
    height: 0px;
    top: auto;
    left: auto;
    bottom: 0px;
    right: 0px;
    background: #CC3300;
}

/* Scroll Bar Master Styling Ends Here */
