/* 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/scroll1.jpg) repeat-y;}
.vscrollerbarbeg {height: 24px !important;width: 18px;}
.vscrollerbarend {height: 24px;width: 18px;}
.vscrollerbase {width: 18px;background: #e3b311 url(../images/scroll2.jpg) repeat-y;}
.vscrollerbasebeg {width: 18px;height: 18px !important;background:  url(../images/arrow_up.jpg) no-repeat;}
.vscrollerbasebeg:hover {background:  url(../images/arrow_up_hover.jpg) no-repeat;}
.vscrollerbaseend {height: 18px;width: 18px;background: url(../images/arrow_down.jpg) no-repeat;}
.vscrollerbaseend:hover {background: url(../images/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 */