#s3slider {
   width: 955px; /* important to be same as image width */
   height: 334px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

.li-1 {background-color: #000;}
.li-2 {background-color:#fff;}

#s3slider ul li {list-style:none;}

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

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

.s3sliderImage img {border: 0px solid; height: 334px; width: 500px;}

.s3sliderImage span {
   position: absolute; /* important */
   left: 500px;
   padding: 17px 5px 7px 5px;
   width: 429px;
height:334px;
/*   background-color: #035785;  */
   filter: alpha(opacity=80); /* here you can set the opacity of box with text */
   -moz-opacity: 0.8; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.8; /* here you can set the opacity of box with text */
   opacity: 0.8; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */

   /*
   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; } 
