/* 代码整理：时代Java NowJava.com */
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	background:#FAFAFA;
}
/* 代码整理：时代Java NowJava.com */
	#top-zone {
	overflow:hidden;
	width:960px;
	margin:0 auto;
	height:420px;
} /* 代码整理：时代Java NowJava.com */
#billboard {
	width:940px;
	height:400px;
	margin:10px 10px 20px 10px;
	overflow:hidden;
	background:url('../images/billboard-bg.jpg') no-repeat top center;
}
.slideshow {
	width:920px;
	height:360px;
	margin:10px;
	overflow:hidden;
}
.slideshow li {
	list-style:none;
	float:left;
	display:inline;
	position:relative;
}
.edge-holders {
	width:940px;
	height:400px;
	background:url('../images/edge-holders.png') no-repeat top center;
	position:relative;
	margin:10px;
	z-index:10;
	top:-420px;
}
/* 代码整理：时代Java NowJava.com */