/*** set the width and height to match your images **/

#slideshow1 {
	position: relative;
	height: 400px;
	width: 1000px;
	padding-top: 100px;
}

#slideshow1 DIV {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	height: 400px;
	width: 1000px;
}

#slideshow1 DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow1 DIV.last-active {
    z-index:9;
}

#slideshow1 DIV IMG {
	height: 400px;
	display: block;
	border: 0;
	margin-bottom: 0px;
}
