#Scroller-1 {
  height:246px;
  overflow:hidden;
  position:absolute;
  width:510px;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Track {
  width: 10px; height:246px;
  position: absolute;
  top:60px; left:548px;
  background: url("../images/barra-scroll.gif");
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 10px;
  height: 42px;
  background: url("../images/boton-scroll.png");
  _background: url("../images/boton-scroll.gif");
}