label { display: block; } 

a:link {
	color: transparent;
}
a:visited {
	color: transparent;
}
a:hover {
	color: transparent;
}
a:active {
	color: transparent;
}

img {
border:0px;
}


.infiniteCarousel {
  width: 960px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 880px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

*+html .infiniteCarousel .wrapper {width:770px !important; margin-left:-420px !important;}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding-top: 2px;
  padding-bottom: 10px;
  padding-left:3px;
  padding-right:3px;
  height: 85px;
  width: 120px;
  text-align:center;
  font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
  color: #171717;
  font-size:11px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(../immagini/arrow.png) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
