/* 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: 11px;
background: transparent url('scrollbar-bg.png') repeat-y scroll center center;
}

.vscrollerbar {
width: 11px !important;
height: 11px !important;
background: transparent url('scrollbar.png') no-repeat scroll center center;
}

.hscrollerbase {
height: 13px;
border: 1px solid #777;
visibility: hidden !important;
}
.hscrollerbar {
height: 13px;
background: #fff;
}
.vscrollerbar, .hscrollerbar {
padding: 0;
z-index: 2;
}
.vscrollerbasebeg,
.vscrollerbaseend {
height: 0px !important;
}

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

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

