.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 6px;
}

.vscrollerbase {
width:22px;
}
.vscrollerbar {
background-image: url(../images/scrollbar.png);
width: 22px;
/* following is the bit that allows us fixed height scrollbars */
height: 110px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(../images/scrollbar.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

.scrollgeneric_2 {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: -16px;
}



