#s3slider {
    width: 1000px; /* important to be same as image width */
    height: 350px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

#s3sliderContent {
    width: 1000px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0px;
}
.s3sliderImage {
    float: left;
    position: relative;
    display: none;
}
.s3sliderImage span {
    position: absolute;
    font: 1.3em/1.4 Verdana, Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 974px;
    background-color: #0065ce;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
    clear: both;
}
.s3sliderImage span strong {
    font-size: 14px;
}
.top {
    top: 0;
    left: 0;
}
.bottom {
    bottom: 0;
    left: 0;
}
.left {
    top: 0;
    left: 0;
    width: 375px !important;
    height: 332px;
}
.right {
    right: 0;
    bottom: 0;
    width: 375px !important;
    height: 332px;
}
ul { list-style-type: none;}
img {
    border: 0;
}

.s3sliderImage h1 {
    font: 1.4em/1.4 Georgia, "Times New Roman", Times, serif  !important;
    font-weight: 100;
    padding: 0;
    margin: 0;
}
