@charset "utf-8";
* {
margin:0px; 
padding:0px; 
border-top-width:0px; 
border-right-width:0px; 
border-bottom-width:0px; 
border-left-width:0px;
}
#d1 { width: 1250px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto;}body{ margin:0; padding:0; text-align: center; }

#zzsc {
	height: 500px;
	margin:0px auto;
	border-radius:0px;
	border:0px solid #C39;
	position:relative;
	font-size:12px;
	behavior: url(../js/pie.htc);
	overflow:hidden;
	width:1250px;
}
#img li {
	opacity:1;
	filter:alpha(opacity=100);
	cursor:pointer;
	float:left;
}
#img {
	list-style:none;
	position:absolute;
	top:0px;
	left:0px;
}
#num {
	list-style:none;
	position:absolute;
	bottom:10px;
	right:20px;
	z-index:999;
}
#num li {
	display:block;
	height:20px;
	width:20px;
	margin-left:5px;
	background:#FFFFFF;
	float:left;
	color:#DE7D4B;
	text-align:center;
	line-height:20px;
	border-radius:20px;
	opacity:0.7;
	filter:alpha(opacity=70);
	cursor:pointer;
	behavior: url(../js/pie.htc)
}
#num .hover {
	background:#FF6600;
	color:#FFFFFF;
	font-weight:bold
}
