/* 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: 0; left: 0;}

.vscrollerbase {
width: 13px;
border-style: solid;
border-color: #777;
border-width: 0 1px 0 1px;
background: #777;
}
.vscrollerbar {
width: 13px;
background: #fff;
height: 11px ! important;
padding: 1px 0 !important;
}
.hscrollerbase {
height: 13px;
border: 1px solid #777;
}
.hscrollerbar {
height: 13px;
background: #fff;
}
.vscrollerbar, .hscrollerbar {
padding: 0;
z-index: 2;
}
.vscrollerbasebeg,
.vscrollerbaseend {
height: 1px !important;
width: 13px !important;
background-color: #777;
}

.hscrollerbarbeg,
.hscrollerbarend,
.hscrollerbasebeg,
.hscrollerbaseend {
width: 0 !important;
height: 0 !important;
}

.scrollerjogbox {
width: 13px;
height: 13px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}

