@charset 'UTF-8';

#s3slider {
   width: 400px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin: 20px;
}

#s3sliderContent {
   width: 400px; /* 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 */
}

.s3sliderImage span {
   position: absolute; /* important */
   font-size: 12px;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
}
.s3sliderImage span.top { top: 0; left: 0; }
.s3sliderImage span.bottom { bottom: 0; left: 0; }
.s3sliderImage span.left { top: 0; left: 0; width: 110px; height: 300px; }
.s3sliderImage span.right { top: 0; right: 0; width: 110px; height: 300px; }

.clear {
   clear: both;
} 
