@charset "utf-8";
/* CSS Document */
#slide {
	position:absolute;
	width:270px;
	height:180px;
	left:330px;
	top:316px;
	z-index:5000;
}
#slideshow {
	height:180px;
	width:270px;
	left: 93px;
	top: 273px;
	*left: 89px;
	*top: 264px;
}

#slideshow div {
	position:absolute;
	top:42px;
	left:0px;
	z-index:8;
	opacity:0.0;
	height: 180px;
	background-color: #FFF;
}

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

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

#slideshow DIV IMG {
    height: 180px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}
