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

.vscrollerbase {
width: 7px;
background: #fff; /*fond scroll*/
}
.vscrollerbar {
width: 7px;
background: #999; /*barre de scroll*/
}
.vscrollerbar {
padding: 10px;
z-index: 2;
}

.vscrollerbasebeg {
background: url(../images/scroll/haut.gif) top left no-repeat; /*Haut scroll*/
width: 7px;
height: 10px !important;
}
.vscrollerbaseend {
background: url(../images/scroll/bas.gif) top left no-repeat; /*bas scroll*/
width: 7px;
height: 10px;

}

