/* 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: #461D17 url(../images/scroll/scroll1.jpg) repeat-y; border: 1px solid #000; }
.vscrollerbarbeg {height: 0px !important;width: 18px;background: url(scrollbar.png) -108px -32px no-repeat;}
.vscrollerbarend {height: 0px;width: 18px;background: url(scrollbar.png) -108px 0px no-repeat;}
.vscrollerbase {width: 18px; background-image: url("../images/scroll/scroll2.png"); background-repeat: repeat-y;  }
.vscrollerbasebeg {width: 18px;height: 18px !important;background:  url(../images/scroll/arrow_up.jpg) no-repeat;}
.vscrollerbasebeg:hover {background:  url(../images/scroll/arrow_up_hover.jpg) no-repeat;}
.vscrollerbaseend {height: 18px;width: 18px;background: url(../images/scroll/arrow_down.jpg) no-repeat;}
.vscrollerbaseend:hover {background: url(../images/scroll/arrow_down_hover.jpg) no-repeat;}
.hscrollerbase {height: 16px; background-color: white;}
.hscrollerbar {height: 16px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 28px;z-index: 2;}
.scrollerjogbox {width: 18px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}

/* Scroll Bar Master Styling Ends Here */
