/* 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: 29px;height: 28px !important;}
.vscrollerbarbeg {height: 14px !important;width: 29px;background: url(scrollbar.png) -27px 0px no-repeat;}
.vscrollerbarend {height: 14px;width: 29px;background: url(scrollbar.png) -27px -14px no-repeat;}
.vscrollerbase {width: 27px;background: #ffffff url(scrollbar.png) 0px 0px repeat-y;}
.hscrollerbase {height: 29px; background: #ffffff url(hscrollbar.png) 0px 0px repeat-x;}
.hscrollerbar {height: 29px; width: 29px !important;}
.hscrollerbarbeg {width: 14px !important;height: 29px;background: url(scrollbar.png) -27px 0px no-repeat;}
.hscrollerbarend {width: 15px;height: 29px;background: url(scrollbar.png) -41px 0px no-repeat;}
.vscrollerbar, .hscrollerbar {padding: 1px;z-index: 2;}

/* Scroll Bar Master Styling Ends Here */
