div#slideshow {
	overflow: hidden;
	position: relative;
	width: 550px;
	height: 100px;
	background-color: #fff
}
div#slideshow img {
	width: 550px;
	height: 100px;
}
