/* 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: 20px;
/*background: none;*/
background-image: url(scroll_back.jpg);
}
.vscrollerbar {
width: 20px;
/*background-color: #666;*/
background-image: url(scroll_bar.jpg);
width: 22px;
/* following is the bit that allows us fixed height scrollbars */
height: 60px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(scroll_bar.jpg);

}
.hscrollerbase {
height: 8px;
background-color: #DDD;
}
.hscrollerbar {
height: 8px;
background-color: #666;
}

.scrollerjogbox {
width: 8px;
height: 8px;
top: auto; 
left: auto;
bottom: 0px; 
right: 0px;
background-color: gray;
}
