#slideshow { 
	position: relative; 
	width: 180px; 
	height: 150px; 
}

#slideshow div { 
	position: absolute; 
	left: 0px; 
	top: 0px; 
}

.slide {
	width: 180px;
	height: 150px;
	background-color: white;
}

.slide * {
	position: relative;
	float: none;
	text-align: center;
}
