/* 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: 9px;background: #E61300; cursor:pointer; margin-left:2px}
.vscrollerbarbeg {height: 6px !important;width: 9px;  background:transparent url('/images/up_scroll.gif') no-repeat center center;}
.vscrollerbarend {height: 6px;width: 9px;  background:transparent url('/images/bottom_scroll.gif') no-repeat center center;}
.vscrollerbase {width: 13px;background: url('/images/seta_px.jpg') repeat-y 0 -1px; }
.vscrollerbasebeg {width: 13px;height: 14px !important; background:transparent url('/images/seta_up.jpg') no-repeat center center; cursor:pointer;}
.vscrollerbaseend {height: 15px;width: 13px; background:transparent url('/images/seta_down.jpg') no-repeat center center; cursor:pointer;}
.hscrollerbase {height: 16px; background-color: white;}
.hscrollerbar {height: 16px; background-color: black;}
.vscrollerbar, .hscrollerbar {padding: 15px;z-index: 2; display:block;}
.scrollerjogbox {width: 9px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #E61300; }

/* Scroll Bar Master Styling Ends Here */

