.image_fade_wrapper {
	float: left;
	border: none;
	background-color: #fff;
}
.image_fade {
	position: relative;
	float: left;
	width: 980px;
	height: 150px;
	border: none;
}
.image_fade img {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	margin: 0;
	padding: 0;
}
.clear{
	clear: both;
}