@charset "utf-8";
/* CSS Document */
/*** test set the width and height to match your images **/

#slideshow {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 50%;	
/*	background-color: #CCF;/*	height: 50%;*/		*/	
}

#slideshow IMG {
	position:absolute;
/*    top: 0;
    left: 0;*/
	top: 4%;
	left: 0;
    z-index: 8;
    opacity: 0.0;
/*	image-height: 480;
	image-width: 640;*/
	border-color: #2A0000;
	border-style: groove;
	border-width: 2px;	
	width: 70%;
	height: auto;
}

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

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

