#slideshow{
	position:relative;
	height:300px;
	width:250px;
}

#slideshow div{
	position: absolute;
	top:0;
	left:0;
	opacity:0.0;
	z-index:8;
}

#slideshow div.active{ 
	opacity:1.0;
	z-index:10;
}

#slideshow div.last-active{
	z-index:9;
}

#slideshow p.caption{
	text-align:center;
	width:250px;
	margin-left:auto;
	margin-right:auto;
}
