/* 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: 24px; height:10px; background: url(thebar.png) no-repeat;}
.vscrollerbarbeg {height: 1px !important;width: 24px;}
.vscrollerbarend {height: 6px; width: 24px;}
.vscrollerbase {width: 24px; background: url(scrollbar.png) 1px 24px repeat-y;}
.vscrollerbasebeg {width: 24px; height: 1px }
.vscrollerbaseend {height: 1px; width: 36px;}
.hscrollerbase {height: 6px;}
.hscrollerbar {height: 6px;}
.vscrollerbar, .hscrollerbar {padding: 28px; z-index: 2;}
.scrollerjogbox {width: 24px;height: 6px;top: auto; left: auto;bottom: 0px; right: 0px;}

#flexcroll {height:400px; width: 530px; overflow:auto;}
/* Scroll Bar Master Styling Ends Here */
