

/* ************************************************** */



.scrollgeneric {line-height:1px; font-size:1px; position:absolute; top:0; left:0;}


.vscrollerbase {
width: 20px;
background-image: url(../imagenes/scroll/bg.gif);
background-repeat:repeat-y;
background-position:center;


}
.vscrollerbar { /*se puede poner el :hover a cualquier elemento (EJ: .vscrollerbar:hover)*/
width: 20px;
/* height: auto!important; importantísimo para la altura de la barra de scroll */
/*margin-left:1px;*/
height:20px !important;
background-image: url(../imagenes/scroll/pelota.jpg);
background-repeat:repeat-y;
cursor:pointer;


}
.vscrollerbar, .hscrollerbar {
padding: 5px; /* altura de los botones top y bottom */
z-index: 2;
}
/*.vscrollerbarbeg {
width: 18px;
height: 1px !important;
}
.vscrollerbarend {
background: #FF0000;
width: 18px;
height: 1px !important;
}*/
.vscrollerbasebeg {
background-image: url(../img/scroll/up.gif);
width: 0px;
height: 0px !important;
}
.vscrollerbaseend {
background-image: url(../img/scroll/down.gif);
width: 0px;
height: 0px !important;
cursor:pointer;
}



/* ************************************************** */

