@charset "utf-8";

#slideshow {
	width: 900px;
	height: 410px;
	height: auto;
	margin: 0 auto 20px;
	text-align: left;
}

#slideshow div {
	width: 900px;
	height: 360px;
	overflow: hidden;
	position: relative;
}

#slideshow div div {
	width: 900px;
	height: 360px;
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow ul {
	width: 900px;
}

#slideshow ul li {
	width: 300px;
	float: left;
}

#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}