
/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

/*barra*/
.vscrollerbar {width: 30px; background: url(../images/scroll/bar.gif) 5px 0px repeat-y;}

/*ancho del scroll y fondo*/
.vscrollerbase {width: 30px; background: url(../images/scroll/bg.gif) 4px 0px repeat-y;}

/*arrow up scroll*/
.vscrollerbasebeg {width: 30px;height: 60px !important;background: url(../images/scroll/up.gif) 0px  no-repeat;}

/*arrow down scroll*/
.vscrollerbaseend {height: 45px;width:30px;background: url(../images/scroll/down.gif)  0px 0px no-repeat;}

/*scroll*/
.vscrollerbar, .hscrollerbar {padding: 50px;z-index: 2;}


