#slideshow {
	overflow: hidden;
	position: relative;
	width: 800px;
	height: 350px;
	background-color: #000000;
}

#slideshow img {
	width: 800px;
	height: 350px;
}

