@CHARSET "ISO-8859-1";
#slideshow
{
	float:right;
	width:800px;
	text-align:center;
	background-color:#ffffff;
}

#slideshow ul
{
	margin:auto;
	padding:0;
	list-style-type:none;
	height: 1%; /* IE fix */
}

#slideshow ul:after
{
	content: ".";
	clear:both;
	display: block;
	height: 0;
	visibility: hidden;
}

#slideshow.slides
{
	overflow:hidden;
	width:800px;
}		

#slideshow.slides ul
{
	width:4000px;
}

#slideshow.slides li
{
	width:800px;
	height:350px;
	text-align:center;
}

