/* 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;}

/* the following line puts fleXcroll into scrollbar-on-left mode */
/*.vscrollerbase {left: 0 !important;} */
/* fleXcroll detects this CSS setting and sets content positions correctly with
respect to whether a scrollbar is needed or not*/


/* following are the styles for fat & cuddly, comments and newlines removed */
.vscrollerbar {width: 36px;background: transparent url(scrollbar.png) -36px 0px repeat-y;z-index: 2;} 
.vscrollerbarbeg {height: 24px !important;width: 36px;background: url(scrollbar.png) -108px -32px no-repeat;z-index: 2;}
.vscrollerbarend {height: 24px;width: 36px;background: url(scrollbar.png) -108px 0px no-repeat;z-index: 2;}
.vscrollerbase {width: 36px;background: transparent url(scrollbar.png) 0px 0px repeat-y;z-index: 2;}
.vscrollerbasebeg {width: 36px;height: 28px !important;background: url(scrollbar.png) -72px -28px no-repeat;z-index: 2;}
.vscrollerbaseend {height: 28px;width: 36px;background: url(scrollbar.png)  -72px 0px no-repeat;z-index: 2;}


.hscrollerbar {height: 36px;width: 15px;background: transparent url(hscrollbar.png) 0px -72px repeat-x;z-index: 2;}

.hscrollerbarbeg {height: 36px !important;width: 4px;background: url(hscrollbar.png) -20px 0px no-repeat;z-index: 2;}
.hscrollerbarend {height: 36px;width: 24px;background: url(hscrollbar.png) 0px 0px no-repeat;z-index: 2;}

.hscrollerbase {height: 36px;background: transparent url(hscrollbar.png) 0px -108px repeat-x;z-index: 2;}
.hscrollerbasebeg {width: 14px;height: 36px !important;background: url(hscrollbar.png) -28px -36px no-repeat;z-index: 2;}
.hscrollerbaseend {height: 36px;width: 28px;background: url(hscrollbar.png)  0px -36px no-repeat;z-index: 2;}

.vscrollerbar, .hscrollerbar {padding: 28px;z-index: 2;}
.scrollerjogbox {width: 36px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: transparent;z-index: 2;}

/* Scroll Bar Master Styling Ends Here */
