/*** set the width and height to match your images **/

#slideshow {
	position:relative;
	height:350px;
	height: 300px;
	width: 700px;
	clear: both;
	left: 4em;
	/*background-color: #F5FFF5;
	background-color: #63a262;
	padding: 2em;*/
}

#slideshow IMG {
	position:absolute;
	/*top:14.5em;
	left:4em;*/
	z-index:8;
	opacity:0.0;
}

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

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