#slideshow {
	border: 0px solid #000;
	overflow: hidden;
	margin: 0px auto 0px;
	position:relative;
	width: 600px;
	height: 400px;
}

#slideshow img {
	width: auto;
	height: auto;
	text-align:center;
}