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

/* Scroll Bar Master Styling Ends Here */