#s3slider {
   width: 660px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   background:#fff url(../images/slider/cnfp-slider.png);
}

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

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   list-style-type:none;
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 3px;
   font:  12px/150% "Trebuchet MS", Arial, Helvetica, sans-serif;
   padding: 5px 15px;
   width: 624px;
   background-color: #eee;
   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: #333;
   display: none; /* important */
   bottom: 15px;
}

.s3sliderImage span b {
    color:#ededed;
    font-style:italic;
}
.clear {
   clear: both;
} 
