#slideshow {
	position: relative;
	height: 324px !important;
	width: 100% !important;
	margin: 0 auto;
}

#slideshow div {
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 324px;
	z-index: 8;
	opacity: 0.0;
	filter: alpha(opacity=0); /* For IE */
	display: none;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
	filter: alpha(opacity=100); /* For IE */
	display: block;
}

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

#slideshow DIV IMG {
/*    height: 324px;*/
    display: block;
    border: 0;
	margin: 0 auto;
}
