#s3slider {
   	width: 908px; /* important to be same as image width */
   	height: 368px; /* important to be same as image height */
   	position: relative; /* important */
	overflow: hidden; /* important */
   	/*margin-top: -14px;*/
	/*float: left;*/
}

#s3sliderContent {
   	width: 906px; /* important to be same as image width or wider */
   	position: absolute; /* important */
   	top: 0; /* important */
   	margin-left: 0; /* important */
	margin-top: 0;
}

ul#s3sliderContent {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	/*margin-left: -40px;*/
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage img {
	/* CSS3 Border Radius Enhancement */
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	-ms-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
}

img#rotator_border {
	border: 1px solid #DDDDDD;	
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 1px;
   font: 15px Arial, Helvetica, sans-serif;
   padding: 20px;
   width: 866px;
   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: 0px;
   /*top: 0;*/

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}