﻿#s3slider { 
   width: 613px; /* important to be same as image width */ 
   height: 255px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 613px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage.first {
	display: block;
}

.s3sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 613px;
    height: 255px; /* important to be same as image height */
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
#s3sliderContent .clear {
	clear: both;
}
.s3sliderImage span strong {
    font-size: 14px;
}
.s3sliderImage .left {
	top: 0;
    left: 0;
	width: 120px !important;
	height: 255px;
}
.s3sliderImage .right {
	top: 0;
	right: 0;
	bottom: 0;
	width: 120px !important;
	height: 255px;
}

ul#s3sliderContent { list-style-type: none;}