#slideshow {
	overflow: hidden;
	margin: 0;
	position: relative;
	width: 800px;
	height: 180px;
}

#slideshow img {
	width: 800px;
	height: 180px;
}

