#vetrina{
  float: left;
  width: 1001px;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  border: none;
  margin: -10px 0 10px -10px;
  /*height: 329px;*/
}
#vetrina-lista{
  float: left;
  list-style-type: none;
  position: relative;
  /*height: 300px;*/
  height: 518px;
  display: block;
  z-index: 10;
}

/*#vetrina-lista > li{
  float: left;
  width: 1001px;
  height: 300px;
  overflow: hidden;
  display: block;
}*/

#vetrina-lista > li{
  float: left;
  width: 1001px;
  /*height: 300px;*/
  height: 518px;
  overflow: hidden;
  display: none;
  z-index: 10;
  position: absolute;
}
#vetrina-lista > li:first-child{
  display: block;
}

#vetrina-footer{
  float: left;
  width: 100%;
  height: 29px;
  text-align: center;
  position: relative;
  top: 300px;
  display: none;
}
#vetrina-freccia{
  display: inline-block;
  background-image: url("http://www.forzaitalia.it/gui-images/vetrina-freccia.png");
  background-repeat: no-repeat;
  background-position: 0 -1px;
  width: 55px;
  height: 29px;
}
#vetrina img {
    max-width: 100%;
}