﻿body {}

/* s3slider style */

#s3slider {width:360px;height:240px;position:relative;overflow:hidden;margin:0; }
#s3sliderContent {position:absolute;top:0;margin-left:0;padding:0;list-style:none;border:1px solid #666666;}

.s3sliderImage {float:left;position:relative;display:none;}

.s3sliderImage span {
    position: absolute;
    padding: 5px 10px;
    width: 360px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.clear {
	clear: both;
}
.bottom{bottom:0px;left:0px;}
