#slideshow {
	width: 380px;
	height: 260px;
	position: relative;
	margin-left: 551px;
	top: 173px;

}



#slideshow IMG {
	position:absolute;
	z-index:8;
	opacity:0.0;
	left: 5px;
	top: 0px;

}



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

}





#slideshow IMG.last-active {

    z-index:9;

}

	

