.webImageGallery003{
	position:relative;
	float: left;
}

.webImageGallery003 .slideshow div{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

.webImageGallery003 .slideshow div.active{
	z-index:10;
	opacity:1.0;
	display:block;
}


.webImageGallery003 .slideshow div.last-active{
	z-index:9;
}