.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {width: 8px; border: 1px solid #8A5700;}
.vscrollerbaseend {height: 4px; width: 8px; background: #8A5700;}
.hscrollerbase {height: 0px; background-color: #8A5700;}
.hscrollerbar {height: 0px; background-color: #8A5700;}
.vscrollerbar, .hscrollerbar {padding: 0px;z-index: 2;}
.scrollerjogbox {width: 8px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;}


.vscrollerbar {
background: #8A5700;
width: 8px;
/* following is the bit that allows us fixed height scrollbars */
height: 12px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

}

