*{margin:0; padding:0;}
#window{
	clear:both; 
	width:970px; 
	height:239px; 
	overflow:hidden; 
	position:relative; 
	margin:10px auto 10px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	border:solid 1px;
	border-color:#06F;
}

#slideshow{
	width:1940px; 
	height:717px; 
	overflow:hidden;
	position:relative;
}
#slideshow li{
	width:970px; 
	height:239px; 
	float:left; 
	display:inline;
}

		
