/* 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: 13px; height:13px; background-color:#FFFFFF; }
.vscrollerbarbeg {height: 6px; width:13px; cursor:pointer; background-color:#000000;}
.vscrollerbarend {height: 7px; width:13px; background-color:#000000;}
.vscrollerbase {width: 13px; background-color:#FFFFFF;}
.vscrollerbasebeg {width: 13px; height: 13px; background-color:#FFFFFF;}
.vscrollerbaseend {height: 13px; width: 13px; background-color:#FFFFFF;}
.hscrollerbase {height: 13px; background-color: white;}
.hscrollerbar {height: 13px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 13px; z-index: 2;}
.scrollerjogbox {width: 13px; height:13px;top: auto; left: auto;bottom: 0px; right: 0px; }

/* Scroll Bar Master Styling Ends Here */
