/* 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:20px; background:url(scrollbar.gif) -20px -20px no-repeat; height:20px !important; }
.vscrollerbarbeg { height:20px !important; width:20px; background:url(scrollbar.gif) -60px -20px no-repeat; }
.vscrollerbarend { height:20px; width:20px; background:url(scrollbar.gif) -60px 0px no-repeat; }
.vscrollerbase { width:20px; background:url(scrollbar.gif) 0px 0px repeat-y; }
.vscrollerbasebeg { width:20px; height:20px !important; background:url(scrollbar.gif) -40px 0px no-repeat; cursor:hand; }
.vscrollerbaseend { width:20px; height:20px; background:url(scrollbar.gif) -40px -20px no-repeat; cursor:hand; }
.hscrollerbase { height:20px; }
.hscrollerbar { height:20px; }
.vscrollerbar, .hscrollerbar { padding:20px; z-index:2; }
.scrollerjogbox { width:20px; height:20px; top:auto; left:auto; bottom:0px; right:0px; }

/* Scroll Bar Master Styling Ends Here */
