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

