#s3slider { 
   width: 552px; /* important to be same as image width */ 
   height: 246px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 552px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

#s3slider .s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

#s3slider .s3sliderImage span {
   position: absolute; /* important */
   /*left: 0;*/
   font-family:Verdana, Geneva, sans-serif;
   font-size:12px;
   font-weight:bold;
   font-style:italic;
   line-height:20px;
   padding: 10px 10px;
   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
   */
}

#s3slider .clear {
   clear: both;
} 

#s3slider .top {
	top: 0;
}
#s3slider .bottom {
	bottom: 0;
	
}
#s3slider .left {
	float:none;
    left: 0;
}
#s3slider .right {
	float:none;
	right: 0;
}

#s3slider .black{
	color:#000;	
}

#s3slider .white{
	color:#FFF;	
}


