@charset "UTF-8";
/* CSS Document */

/*** set the width and height to match your images **/


#slideshow {
	height:200px;
}

#slideshow DIV {
	position:absolute;
	opacity:0.0;
	height: 160px;
	width: 610px;
	background-color: #FFF;
	z-index: 8;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 7px;
}

#slideshow DIV.active {
	opacity:1.0;
	height: 210px;
	width: 610px;
	z-index: 10;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
	height: 200px;
	display: block;
	border: 0;
	width: 610px;
}
