#slider {
  width: 541px; /* important to be same as image width */
  height: 248px; /* important to be same as image height */
  position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
  width: 541px; /* important to be same as image width or wider */
  position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
  float: left;
  position: relative;
	display: none;
}
.sliderImage span {
  position: absolute;
	font: bold 13px/15px tahoma,verdana,helvetica,sans-serif;
  width: 541px;
  background-color: #fff;
  filter: alpha(opacity=80);
  -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
  opacity: 0.7;
  color: #06c;
  display: none;
}
.testo {
  margin: 5px 20px  20px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
  font-size: 22px;
	line-height: 28px;
  color: #000;
	margin-bottom: 5px;
}
.sliderImage span strong h1 {
  display: inline;
	line-height: 30px;
  font-size: 26px;
	font-weight: bold;
  color: #06c;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul {
  list-style-type: none;
}


