/*½¹µãÐÂÎÅ*/
#focus-news .slides_container {
	width:328px;
	overflow:hidden;
	display:none;
	border:1px solid #ccc;
	border-bottom:0px;
}

#focus-news .slides_container div.slide{
	width:328px;
	height:226px;
	display:block;
	overflow:hidden;
}

#focus-news .slides_container div.caption {
	text-align:center;
	padding:3px 0px;
	line-height:14px;
	font-size:13px;
	margin:-4px 0;
	overflow:hidden;
}

#focus-news .slides_container div.caption a{
	color:#000000;
	height:28px;
	line-height:12px;
}

#focus-news .pagination {
	padding:0px 6px 10px 6px;
	overflow:hidden;
	border:1px solid #ccc;
	border-top:0px;
}

#focus-news ul{
	margin:0;
	padding:0 0 0 3px;
	list-style:none;
	overflow:hidden;
}

#focus-news .pagination li {
	float:left;
	margin:2px 0px;
}

#focus-news .pagination li a {
	display:block;
	width:55px;
	height:41px;
	padding:10px 4px 6px 4px;
	margin:0px;
	float:left;
}

#focus-news .pagination li.current a {
	background-image: url(../../../static/images/cn/bg_rd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}