/* 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: 18px;background:url(/images/scrollbar/scroll_middle.gif) repeat-y;}
.vscrollerbarbeg {height: 3px !important;width: 18px;background: url(/images/scrollbar/scroll_top.gif)  no-repeat;}
.vscrollerbarend {height: 3px;width: 18px;background: url(/images/scrollbar/scroll_bottom.gif)  no-repeat;}
.vscrollerbase {width: 18px;background: #db5d01;}
.vscrollerbasebeg {width: 18px;height: 17px !important; background: url(/images/scrollbar/scroll_top2.gif)  no-repeat;}
.vscrollerbaseend {height:17px;width:18px; background: url(/images/scrollbar/scroll_bottom2.gif)   no-repeat;}
.vscrollerbar, .hscrollerbar {padding: 17px;z-index: 2;}
.scrollerjogbox {width: 20px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background:none;}

/* Scroll Bar Master Styling Ends Here */