@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
/*body {

	overflow:hidden;
}*/
img {
	border:0
}
#zzsc {
	height: 250px;
	margin:0px 0px;
	border-radius:8px;
	border:5px solid #C39;
	position:relative;
	font-size:12px;
	behavior: url(css/pie.htc);
	overflow:hidden;
	width:490px;
}
#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:2px;
	right:10px;
	z-index:999;
}
#num li {
	display:block;
	height:15px;
	width:15px;
	margin-left:2px;
	background:#FFFFFF;
	float:left;
	color:#DE7D4B;
	text-align:center;
	line-height:15px;
	border-radius:15px;
	opacity:0.7;
	filter:alpha(opacity=70);
	cursor:pointer;
	behavior: url(css/pie.htc)
}
#num .hover {
	/*background:#FF6600;*/
	background:#333;
	color:#FFFFFF;
	/*font-weight:bold*/
}


