#slideshow {
	overflow: hidden;
	position: relative;
	width: 210px;
	height: 220px;
	float:clear;
}

#slideshow img {
	width: 210px;
	height: 220px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}