/* Tiny Carousel */
.tinycarousel { height: 1%; overflow:hidden; padding: 0 0 10px;}
.tinycarousel .viewport { float: left; width: 85%; min-height: 125px; overflow: hidden; position: relative; }
#carrousel.tinycarousel .viewport {
  width: 530px;
  height: 240px;
}
#carrousel.tinycarousel {
  position: relative;
}
#instructivos.tinycarousel .viewport {
  width: 790px;
}
.tinycarousel .buttons {
    background: url(/static/images/flecha_small.png) no-repeat;
    display: block;
    margin: 55px 10px 0 0;
    float: left;
    width: 12px;
    height: 16px;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}
.tinycarousel .next {
    margin: 55px 0 0 10px;
    background-position: -12px 0px;
}
#carrousel.tinycarousel .buttons {
  margin-top: 100px;
}
.tinycarousel .disable { visibility: hidden; }
.tinycarousel .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 240px; left: 0; top: 0; }
.tinycarousel .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; width: auto;}
#carrousel.tinycarousel .overview li {
  width: 490px;
  padding: 0px 20px;
}
