@charset "utf-8";

#box {
	position:relative;
	width:392px;
	height:239px;
	cursor:pointer;
}
#box .list {
	position:relative;
	width:392px;
	height:239px;
	overflow:hidden;
}
#box .list ul {
	position:absolute;
	top:0;
	left:0;
}
#box .list li {
	width:392px;
	height:239px;
	overflow:hidden;
}

#box_1 {
	position:relative;
	width:260px;
	height:195px;
	cursor:pointer;
}
#box_1 .list_1 {
	position:relative;
	width:260px;
	height:195px;
	overflow:hidden;
}
#box_1 .list_1 ul {
	position:absolute;
	top:0;
	left:0;
}
#box_1 .list_1 li {
	width:260px;
	height:195px;
	overflow:hidden;
}

#box .count {
	position:absolute;
	right:0;
	bottom:5px;
}
#box .count li {
	color:#fff;
	float:left;
	width:20px;
	height:20px;
	cursor:pointer;
	margin-right:8px;
	overflow:hidden;
	background:#F90;
	opacity:0.7;
	filter:alpha(opacity=70);
	border-radius:20px;
	line-height:20px;
	text-align:center;
}
#box .count li.current {
	color:#fff;
	opacity:1;
	filter:alpha(opacity=100);
	font-weight:392;
	background:#f60;
}