@charset "utf-8";
/* CSS Document */
#s3slider {
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   position: absolute; /* important */
   top: -15px; /* important */
   left: -42px;
   width:550px;
   height:298px;
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 0px 10px 10px 10px;
   background-color: #000;
   color: #fff;
   display: none; /* important */
}

.s3sliderImage span.left {
	left:0;
	top:0;
}
.s3sliderImage span.right {
	bottom:0;
	right:0;
}
.s3sliderImage span.top {
	left:0;
	top:0;
}
.s3sliderImage span.bottom{
	left:0px;
	bottom:0px;
	margin-left:0px;	
}

.s3slider ul{margin:0px; padding:0px;}
.s3slider li{margin:0px; padding:0px;}

.clear {
   clear: both;
}
