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

#slideshow {
	float: right;
	width: 45%;

}
/*#slideshow img {
	float: right;
	width: 100%;
}
*/
#slideshow IMG {
    position:absolute;
    top: 18%;
    left: 58%;
    z-index:1;
	width: 40%;
/*	height:100%;*/
	border: thick solid #000;
    opacity:0.0;
}

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

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