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

.vscrollerbase {
width: 12px;
background-color:#99CF17;
}

.vscrollerbar {
background-image: url(http://www.kennisbureau.nl/images/scrollbar.jpg);
width: 12px;
/* following is the bit that allows us fixed height scrollbars */
height: 80px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/
background-image: url(http://www.kennisbureau.nl/images/scrollbar.jpg);
/* 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.*/
}



.hscrollerbase {
height: 8px;
background-color: white;
}
.hscrollerbar {
height: 8px;
background-color: white;
}

.scrollerjogbox {
width: 8px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: white;
}