.slideshow {
	display: block;
	float: left;
	position: relative;
	width: 742px;
	height: 317px;
	overflow: hidden;
}
.slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	width: 742px;
	height: 317px;
}