@charset "utf-8";

#slideshow {
	float: none;	/*left*/
	width: 100%;	/*970px*/
	text-align: left;
}
#slideshow div {
	width: 100%;	/*970px*/
	/*height: 245px;*/
	overflow: hidden;
	position: relative;
  z-index : 20;
}
#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow ul {
/*	width: 710px;*/
}

#slideshow ul li {
	width: 100%;	/*255px*/
	float: left;
	position: relative;
	top: 0;
  left: 2px;
	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;
}






