/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbase {width: 15px;background-color: white;}
.vscrollerbar {width: 15px;background-color: black;}
.hscrollerbase {height: 15px;background-color: white;}
.hscrollerbar {height: 15px;background-color: black;}
.vscrollerbar {background: #999999 repeat-y; width:7px;}
.vscrollerbar, .hscrollerbar {padding:11px; z-index: 2; }
.vscrollerbarbeg {background: url(../gfx/site/bg_scroller_vertical.gif);width: 9px;height: 0px !important;}
.vscrollerbarend {background: url(../gfx/site/bg_scroller_vertical.gif);width: 9px;height: 0px !important;}
.vscrollerbase {background: #ffffff url(../gfx/site/bg_scroller_vertical.gif) 0px 0px repeat-y;}
.vscrollerbasebeg {background: url(../gfx/site/btn-up.gif);margin-left:-1px; width: 9px;height: 9px !important;}
.vscrollerbaseend {background: url(../gfx/site/btn-dn.gif);margin-left:-1px; width: 9px;height: 9px;}
