@CHARSET "UTF-8";
#box{
	/*width:800px;
	height:347px;
	margin:20px auto;*/
	widht:830px;
	height:380px;
	position:relative;
}
#box img{
	float:left;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#box ul{
	position:absolute;
	width:150px;
	height:40px;
	/*top:312px;
	left:580px;*/
	top:300px;
	left:350px;
}
#box ul li{
	list-style:none;
	float:left;
	width:16px;
	height:16px;
	background:black;
	font-size:12px;
	line-height:16px;
	border:1px solid white;
	color:white;
	text-align:center;
	margin-left:5px;
	opacity:0.7;
	filter:alpha(opacity=70);
}
#box .cur{
	background:red;
	font-weight:700;
}
.show{}
