#slideshow {
	overflow: hidden;
	width: 900px;
	height: 302px;
	position:relative;
	background-color: #FFFFFF;
	margin: 0 auto;
}

#slideshow img {
	width: 900px;
	height: 302px;
}

