.mod_focus_show {
	width:640px;
	height:610px;
	position:relative;
	overflow:hidden;
	margin:0 auto;
}
.mod_focus_show .mod_focus_pic {
	display:block;
	width:640px;
	margin:0 auto;
}
.mod_focus_show .mod_focus_pic li,.mod_focus_show .mod_focus_pic a,.mod_focus_show {
	display:block;
	width:640px;
}
.mod_focus_pic img {
	display:block;
	height:460px;
	margin:0 auto;
	max-width:640px;
}
.mod_focus_show .mod_focus_pic li {
	position:absolute;
	text-align:center;
	top:0;
	overflow:hidden;
}
.mod_focus_show .mod_focus_title {
	
	z-index:1;
	left:0px;
	bottom:0px;
	overflow:hidden;
	zoom:0;
	width:635px;
	height:120px;
	position:absolute;
	/* background-color:rgba(0,0,0,.8);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#CC000000',endColorstr='#CC000000');
	background-image:url(about:blank);
	*/
}
:root .mod_focus_title {
	filter:none;
}
.mod_focus_show .mod_focus_title li {
	width:590px;
	padding:0 0 0 20px;
	overflow:hidden;
	word-break:keep-all;
	word-wrap:keep-all;
	white-space:nowrap;
	table-layout:fixed;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.mod_focus_show .mod_focus_title li h3 {
	line-height:53px;
	_line-height:55px;
	font-size:28px;
	font-family:"Microsoft Yahei",Tahoma,Geneva;
	font-weight:500;
}
.mod_focus_show .mod_focus_title li h3 a {
	color:#98e404;
}
.focus_switch {
	width:640px;
	height:29px;
	position:absolute;
	z-index:2;
	top:0px;
}
.focus_switch a {
	float:left;
	width:319px;
	height:460px;
	
	
	background-repeat:no-repeat;
	cursor:pointer;
}
.focus_switch .icon_prev {
	background-position:center left;
	
	margin:0 1px 0 0;
}
.focus_switch .icon_prev:hover {
	background-position:center left;
	background-image:url(../images/leftbig.png);
	
}
.focus_switch .icon_next {
	
	background-postion: center right;
	float:right;
}
.focus_switch .icon_next:hover {
	background-position:center right;
	background-image:url(../images/rightbig.png);
	
	
}
.mod_focus_show .mod_focus_list {
	padding:10px 5px;
	overflow:hidden;
	height:130px;
	bottom:0px;
	position:absolute;
}
.mod_focus_show .mod_focus_list li {
	width:60px;
	height:60px;
	float:left;
	margin:5px 4px 0 5px;
	position:relative;
	*display:inline;
}
.mod_focus_show .mod_focus_list li a {
	display:block;
	width:60px;
	height:60px;
}
.mod_focus_show .mod_focus_list li img {
	display:block;
	width:60px;
	height:60px;
}
.mod_focus_show .mod_focus_list li a:hover {
	_background:none;
}
.mod_focus_show .mod_focus_list li a:hover .mask,.mod_focus_show .mod_focus_list .current .mask {
	display:none;
}
.mod_focus_show .mod_focus_list li .mask {
	display:block;
	height:60px;
	width:60px;
	position:relative;
	top:-60px;
	margin:0 0 -60px;
	eft:0;
	bottom:0;
	background:#000;
	opacity:.5;
	filter:alpha(opacity=50);
}
.mod_focus_show .mod_focus_list li .border {
	display:none;
}
.mod_focus_show .mod_focus_list .current .border {
	display:block;
	height:5px;
	width:60px;
	font-size:0;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	background:#98e404;
}
