/* 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;z-index:998;}

.vscrollerbar {width: 18px;background: #5EC0A7 url(img/scrollbar.png) -18px 0px repeat-y;}
.vscrollerbarbeg {height: 6px !important;width: 18px;background: url(img/scrollbar.png) -53px -51px no-repeat;}
.vscrollerbarend {height: 6px;width: 18px;background: url(img/scrollbar.png) -53px 0px no-repeat;}
.vscrollerbase {width: 18px;background: #D4F6F2 url(img/scrollbar.png) 0px 0px repeat-y;}
.vscrollerbasebeg {width: 18px;height: 20px !important;background: url(img/scrollbar.png) -36px -28px no-repeat;}
.vscrollerbaseend {width: 18px;height: 20px;background: url(img/scrollbar.png)  -36px -10px no-repeat;}

.hscrollerbase {height: 20px; background-color: #0f0;}
.hscrollerbar {height: 20px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 20px;z-index: 2;}
.scrollerjogbox {width: 18px;height: 20px;top: auto; left: auto;bottom: 0px; right: 0px;background: #0f0;}

/* Scroll Bar Master Styling Ends Here */
