#copertina
{
  float: left;
  width: 960px;
  height: 289px;
  margin: 10px 10px 10px 10px;
  overflow: hidden;
  background-color: #fff;
  position:relative;
}

#copertina.singola
{
  height: 270px;
}

#copertina img
{
  float: left;
  width: 960px;
  height: 260px;
}

#lista-copertine
{
  float: left;
  list-style-type: none;
  position: relative;
  height: 260px;
  display: block;
  z-index: 10;
}

#lista-copertine li
{
  position: absolute;
  float: left;
  width: 960px;
  height: 260px;
  overflow: hidden;
  display: none;
  z-index: 10;
}

#lista-copertine li:first-child
{
  display: block;
}

#schede
{
  width: 960px;
  height: 29px;
  float: left;
  position: relative;
  top: 260px;
  background-repeat: no-repeat;
  z-index: 10;
  background-image: url(/gui-images/copertina-schede-btm.png);
  background-position: bottom;
}

#copertina.singola #schede
{
  /*display: none;*/
  background-image: url(/gui-images/copertina-sfondo-schede.png);
  background-position: top;
  height: 10px;
}

#lista-schede
{
  float: left;
  width: 960px;
  height: 22px;
  list-style-type: none;
  background-color: #d9d9d9;
}

#copertina.singola #lista-schede
{
  display: none;
}

#lista-schede li
{
  float: left;
  margin-left: 15px;
  margin-top: 7px;
}

#lista-schede li img
{
  width: 15px;
  height: 15px;
}