@charset "utf-8";

img {
	border:0
}
#piczzsc {
	height: 146px;
	margin:0px 0px 0px 0px;
	border-radius:0px;
	border:0px solid #DE7D4B;
	position:relative;
	font-size:12px;
	overflow:hidden;
	width:425px;
}
#picimg li {
	opacity:1;
	filter:alpha(opacity=100);
	cursor:pointer;
	float:left;
}
#picimg {
	list-style:none;
	position:absolute;
	top:0px;
	left:0px;
}
#pictext {
	list-style:none;
	position:absolute;
	bottom:3px;
	left:3px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	background:#FFFFFF;
	color:#000000;
	font-weight:bold;
	height:18px;
	width:280px;
	font-size:12px;
	filter:alpha(opacity=70);
	opacity:0.5;
	padding: 0px 0px 0px 5px;
	z-index:999;
}
#picnum {
	list-style:none;
	position:absolute;
	bottom:3px;
	right:10px;
	z-index:999;
}
#picnum 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(css/pie.htc)
}
#picnum .hover {
	background:#FF6600;
	color:#FFFFFF;
	font-weight:bold
}
