@charset "utf-8";
/* CSS Document */

/*** set the width and height to match your images **/

#slideshow {
    position:absolute;
    height:284px;
	margin-left:480px;
	margin-top:15px;
	float:right;
}

#slideshow IMG {
    position:absolute;
    top:0;
	width:300px;
	height:201px;
    left:0;
    z-index:8;
    opacity:0.0;
	border: #CCC 1px groove;
	padding:10px;
	background-image:url(../images/border.png);
	background-repeat:no-repeat;
	background-position:center;

}

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

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

