/* @override 
	http://localhost/ccl/stylesheets/the-wharf-stylesheet.css*/

/* Slideshow styling for The Wharf Restaurant 2010 */


ul.slideshow {
	list-style:none;
	width:540px;
	height:200px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}
