#slideshow {
	position: relative;
	width: 468px;
	height: 100px;
	overflow: hidden;
}
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
}
