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

#slideshow div {
	width: 600px;
	height: 400px;
	overflow: hidden;
	position: relative;
	background-color:#ffffff;
}
#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
	
}

#slideshow ul {
	width: 600px;
	background-color:#000;
	/*background:url(../images/blc_bg03.gif) repeat;*/
	margin-top:10px;
}

#slideshow ul li img{
	width: 100%;
	vertical-align: top;
}

#slideshow ul li {
	width: 85.6px;
	float: left;
	display: inline;

}

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


/* =======================================
	ClearFixElements
======================================= */
#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow ul {
	display: inline-block;
	overflow: hidden;
}
