/* 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: 10px;
background-color: #000;
/*background: none;*/
/*background-image: url(scroll_back.gif);*/
}
.vscrollerbar {
width: 6px;
left: 2px;
background-color: #444; /*#3F3F3F;*/
/* following is the bit that allows us fixed height scrollbars */
height: 140px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/
/*background-image: url(scroll_bar.gif);*/

}
.hscrollerbase {
height: 0px;
background-color: #000;
}
.hscrollerbar {
height: 0px;
background-color: #444;
}

.scrollerjogbox {/*visibility: hidden;*/
width: 8px;
height: 8px;
top: auto; 
left: auto;
bottom: 0px; 
right: 0px;
background-color: gray;
}