/* 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:8px; height:0x; background:url(../images/scrollbar.png) repeat-y}
.vscrollerbarbeg {height:4px !important; width:8px; background:url(../images/scrollbar-top.png) 0px 0px no-repeat}
.vscrollerbarend {height:4px; width:8px; background:url(../images/scrollbar-btm.png) 0px 0px no-repeat}
.vscrollerbase {width: 8px; background:url(../images/scrollbar-bg.png) 0px 0px repeat-y}
.vscrollerbasebeg {width:8px; height:9px !important; background:url(../images/scroll-topend.png) 0px 0px no-repeat;}
.vscrollerbaseend {height: 9px;width: 8px;background:url(../images/scroll-btmend.png) 0px 0px no-repeat;}

.vscrollerbar, .hscrollerbar {padding: 9px;z-index: 2;}
.scrollerjogbox {width: 8px;height:9px; top:auto; left:auto; bottom:0px; right:0px;}

/* Scroll Bar Master Styling Ends Here */
