﻿#s3slider { 
   width: 468px; /* important to be same as image width */ 
   height: 260px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 465px; /* important to be same as image width or wider */
   height: 260px;
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   	padding: 0px;
	margin: 0;
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   height: 40px;
   font: 12px/15px Arial, Helvetica, sans-serif;
   font-weight:bold;
   padding: 5px 0px 0px 10px;
   width: 440px;
   background-color: #000;
   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 */
   bottom: 5px;
}

.clear {
   clear: both;
} 