.scroll-img {

  width: 740px;   /* CALCULO:  (ancho_de_la_imagen * numero_de_imagenes ) + (numero_de_imagenes+1)*10         */

  height: 78px;   /* CALCULO:  alto_de_la_imagen + 18                                  */

  overflow: hidden;

  font-size: 0;

}

.scroll-img ul {

  width: 730px;     /* CALCULO:  width_anterior + 20                                  */

  height: 600px;

  margin: 0; padding:0;

}

.scroll-img ul li {

  display: inline-block;

  margin: 10px 0 10px 10px;

}

#demo4.scroll-img ul,

#demo5.scroll-img ul {

  width: 1500px;

}

