/* 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: 9px; background: #848484 url(scrollbar.gif) -9px 0 repeat-y;}
.vscrollerbarbeg {height: 1px !important;width: 9px;background: url(scrollbar.gif) -9px 0px no-repeat;}
.vscrollerbarend {height: 1px;width: 9px;background: url(scrollbar.gif) -9px 0px no-repeat;}
.vscrollerbase {width: 9px !important;background: #fff url(scrollbar.gif) 0px 0px repeat-y;}
.vscrollerbasebeg {width: 9px;height: 9px !important;background: url(scrollbar.gif) -18px 0 no-repeat;}
.vscrollerbaseend {height: 9px;width: 9px;background: url(scrollbar.gif)  -18px -9px no-repeat;}
.hscrollerbase {height: 9px; background-color: white;}
.hscrollerbar {height: 9px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 9px;z-index: 2;}
.scrollerjogbox {width: 9px;height: 9px;top: auto; left: auto;bottom: 0px; right: 0px;background: #fff;}

/* Scroll Bar Master Styling Ends Here */

