#s3slider {
	width: 807px; /* stesse dimensioni dell'immagine */
	height: 305px; /* stesse dimensioni dell'immagine */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0 0 0 0;
   /*border:1px solid green;*/
}
#s3sliderContent {
	width: 807px; /* larghezza uguale o maggiore a quella dell'immagine */
	position: absolute; /* important */
	top: 0; /* important */
	margin: 0 0px; /* important */
}
#s3sliderContent  {
	padding:0;
}
#s3sliderContent  li {
	list-style: none;
}
.s3sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
}
.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font-size: 15px/15px;
   padding:10px 13px;
   margin-bottom:0px;
   width: 300px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;
}
.clear {
   clear: both;
}
