/* 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: 11px;background: #5EC0A7 url(scrollbar.png);}
.vscrollerbarbeg {height: 11px !important;width: 11px;background: url(scrollbar.png) no-repeat;}
.vscrollerbarend {height: 11px;width: 11px;background: url(scrollbar.png) no-repeat;}
.vscrollerbase {width: 11px;background: #D4F6F2 url(scrollbar_bg.png) 0px 0px repeat-y;}
.vscrollerbasebeg {width: 11px;height: 11px !important;background: url(scrollbar_begin.png) no-repeat;}
.vscrollerbaseend {height: 11px;width: 11px;background: url(scrollbar_end.png)  no-repeat;}
.vscrollerbar, .hscrollerbar {padding: 11px;z-index: 2;}
/* Scroll Bar Master Styling Ends Here */

