 
#s3slider1 {

    position:relative; /* important */
    overflow:hidden; /* important */
	float:left;
	margin: 0 15px 0 56px; padding:8px; border:1px  #B9B9B9 solid
}
  
#s3slider1, #s3slider1Content .s3slider1Image{
    width:972px; /* important to be same as image width or wider */
    height:290px;
}
 
#s3slider1Content .s3slider1Image {
	 padding:0;
	 margin:0;
	 }
 
#s3slider1Content {
	position:absolute;
}

#s3slider1 .s3slider1Image {
    float: left; /* important */
    position: relative; /* important */
    display: none; /* important */
}

 *For sane browsers..*/
#s3slider1 .s3slider1Image:first-child{
display: block;
}

.s3slider1Image span {
    position: absolute; /* important */
    left: 0;
    font: 16px/8px  "Courier New", Courier, monospace;
    padding: 10px 13px;
    width: 946px;
    background-color: #000;
    filter: alpha(opacity=50); /* here you can set the opacity of box with text */
    -moz-opacity: 0.5; /* here you can set the opacity of box with text */
    -khtml-opacity: 0.5; /* here you can set the opacity of box with text */
    opacity: 0.5; /* here you can set the opacity of box with text */
    color: #fff;
    display: none; /* important */
    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;
}
