/* 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;
background: #fff ;
}
.vscrollerbar {
width: 13px;
background: #000 ;
}
.hscrollerbase {
height: 13px;
background: #fff ;
}
.hscrollerbar {
height: 13px;
background: #000 ;
}
.vscrollerbar, .hscrollerbar {
padding: 10px;
z-index: 2;
}
.vscrollerbarbeg {
background: ;
width: 13px;
height: 13px !important;
}
.vscrollerbarend {
background: ;
width: 13px;
height: 13px;
}
.hscrollerbarbeg {
background: ;
height: 13px;
width: 13px !important;
}
.hscrollerbarend {
background: ;
height: 13px;
width: 13px;
}
.scrollerjogbox {
width: 13px;
height: 13px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: ;
}
.vscrollerbasebeg {
background: ;
width: 13px;
height: 13px !important;
}
.vscrollerbaseend {
background: ;
height: 13px;
width: 13px;
}
.hscrollerbasebeg {
background: ;
height: 13px;
width: 13px !important;
}
.hscrollerbaseend {
height: 13px;
width: 13px;
background: ;
}
.scrollerjogbox:hover {
background: #fff;
}
/* Scroll Bar Master Styling Ends Here */

