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

<style type="text/css">

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

#slideshow {
    position:relative;
    height:400px;
}
#slideshow {
	display: block;
	width: 770px;
	height: 280px;
	padding-right: 15px;
	padding-left: 15px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#slideshow DIV {
	z-index:8;
	opacity:0.0;
	background-color: #FFF;
	width: 770px;
	height: 278px;
	clip: rect(auto,auto,auto,auto);
	position: absolute;
}

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

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

#slideshow DIV IMG {
	display: block;
	border: 0;
}

</style>
