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


#slideshow {
	position:relative;
	height:243px;
}

#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 243px;
	/*background-color: #FFF;*/
}

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

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

#slideshow DIV IMG {
	height: 243px;
	display: block;
	border: 0;
	margin-bottom: 10px;
	/* CSS3 Rounded Corners_Bottom */
	
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	/* CSS3 Rounded Corners_top */
	
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-moz-border-radius-topight:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
}
