#s3slider {
	width: 695px; /* important to be same as image width */
	height: 395px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#s3slider li {
	background:none;
	margin:0px;
	padding:0px;
}

#s3sliderContent {
	width: 700px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0px; /* important */
}

.s3sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
}

.s3sliderImage span {
	display:none;
	visibility:hidden;
	position:fixed;
	top:0px;
	left:0px;
}

.clear2 {
	clear: both;
}