* {
	margin:0;
	padding:0;
	border:0;
}
body {
	background:#FAFAFA;
}
	#top-zone {
	overflow:hidden;
	width:303px;
	margin:0 auto;
	height:180px;
} 

.slideshow {
	width:303px;
	height:170px;
	margin:10px;
	overflow:hidden;
}
.slideshow li {
	list-style:none;
	float:left;
	display:inline;
	position:relative;
}
.edge-holders {
	width:303px;
	height:180px;
	background:url('../images/edge-holders.png') no-repeat top center;
	position:relative;
	margin:10px;
	z-index:10;
	top:-420px;
}
