/* 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: 5; 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 */
.vscrollerbar {width: 17px;background: #e0d7cc url(../images/scroll_bar.jpg) repeat-y;}
.vscrollerbarbeg {height: 16px !important;width: 17px;background: url(../images/top_scroll_bar.png) no-repeat;}
.vscrollerbarend {height: 16px;width: 17px;background: url(../images/bottom_scroll_bar.png) no-repeat;}
.vscrollerbase {width: 17px;background:url(../images/scroll_base.png) 0px 0px repeat-y;}
.vscrollerbasebeg {width: 17px;height: 17px !important;background: url(../images/top_scroll_base.png) top no-repeat;}
.vscrollerbaseend {height: 17px;width: 17px;background: url(../images/bottom_scroll_base.png)  bottom no-repeat;}
.vscrollerbar {padding: 16px;z-index: 2;}
