/* 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: 14px; height: 8px !important; background: url("/new/assets/images/scrollbar.png") -14px 0px no-repeat;  cursor:pointer;}
.vscrollerbase {width: 14px; background: url("/new/assets/images/scrollbar.png") 0px 0px repeat-y; }
.vscrollerbasebeg {width: 14px; height: 8px !important; background: url("/new/assets/images/scrollbar.png") -28px 0px no-repeat; cursor:pointer; }
.vscrollerbaseend {width: 14px; height: 2px !important; background: url("/new/assets/images/scrollbar.png") -28px -8px no-repeat; cursor:pointer; }
.vscrollerbar, .hscrollerbar {padding: 8px 0 2px 0; z-index: 2;}
.scrollerjogbox {width: 14px;height: 8px;top: auto; left: auto;bottom: 0px; right: 0px;background: #fff;}



/* Scroll Bar Master Styling Ends Here */