#slideshow {
	background: #000;
	overflow: hidden;
	margin: auto;
	position: relative;
	width: 720px;
	height: 200px;
	cursor: pointer;
}

#slideshow img {
	width: 720px;
	height: 200px;
}