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

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

#slideshow DIV {
	position:absolute;
	top:66px;
	left:31px;
	z-index:8;
	opacity:0.0;
	height: 260px;
	width: 590px;
	background-image: url(../images/slideshow_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

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

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

#slideshow DIV IMG {

    display: block;
    border: 0;
    margin-bottom: 10px;
}

