@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: 45%;	
	background-color: #CCF;/*	height: 50%;*/			
/*	top: 27%;
	left: 1%;*/

/*	padding-bottom:1000em;
	margin-bottom:100em;*/
/*	height: 75%;*/

/*	overflow: auto;*/ /* scrollbars */
/*	padding-bottom; 2%;*/

}

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

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

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

