@charset "utf-8";

#s3slider {
   width: 230px; 
   height: 180px;
   position: relative;
   overflow: hidden;
   	list-style-image:none;
	list-style-type:none;
}

#s3sliderContent {
   width: 220px; 
   position: absolute;
   top: 0;
   margin-left: 0; 
	list-style-image:none;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

.s3sliderImage {
   float: left; 
   position: relative; 
   display: none; 
}

.clear {
   clear: both;
} 