/* focus_img */
.focus_img {
	width:640px;
	margin:10px 10px;
	
	overflow:hidden;
	zoom:1;
	height:330px
}
.focus_img .big_area { /*图片的大小*/
	border:#e9e9e9 1px solid;
	display:inline;
	float:left;
	/*margin:5px 0px 0px 4px;*/
	overflow:hidden;
	width:490px;
	position:relative;
	height:310px
}
.focus_img .big_area h3 {
	font-weight:normal;
	font-size:16px;
	left:0px;
	margin:0px;
	overflow:hidden;
	width:360px;
	color:#fff;
	bottom:0px;
	line-height:34px;
	font-family:"宋体",Microsoft Yahei;
	position:absolute;
	height:32px;
	text-align:center;
	font-weight:bold;
	display:none;
}
.focus_img .big_area img {
	filter:revealtrans(duration=1, transition=5)
}
.focus_img .big_area .titlebg {
	background:#333333;
	filter:alpha(opacity=70);
	left:0px;
	width:490px;
	bottom:0px;
	position:absolute;
	height:32px;
	opacity:0.7; display:none;
}
.focus_img .thurmb {
	padding:0px 0px 0 0;
	float:left;
	width:132px;
	background:#dadada;
	margin-left:12px;
	padding-bottom:7px;
}
.focus_img .thurmb .small_div {
	margin-top:6px;
	/*background:url(m_cl_002.gif) no-repeat;  右侧图片背景图*/
	overflow:hidden;
	width:114px;
	cursor:pointer;
	height:70px; margin-left:9px;
}
.focus_img .thurmb .selected {
	background-position:0px -136px;
	color:#fff
}
.focus_img .thurmb .selected img {
	border-color:#b11319;
}
.focus_img .thurmb .selected a {
	color:#fff;
	text-decoration:none
}
.focus_img .thurmb img { /*小图片的大小*/
	border:#ccc 2px solid;
	display:inline;
	float:left;
	width:110px;
	height:66px
}
.focus_img .thurmb .small_div span {
	padding:5px 0 0 4px;
	display:block;
	margin-left:103px;
	line-height:19px; 
	text-align:left;
}
@media screen and  (max-width:1300px) {
	
.focus_img {
	width:100%;
	margin:0;
	overflow:hidden;
	zoom:1;
	height:330px
}	
.focus_img .big_area { /*图片的大小*/
	border:#e9e9e9 1px solid;
	display:inline;
	float:left;
	/*margin:5px 0px 0px 4px;*/
	overflow:hidden;
	width:70%;
	position:relative;
	height:auto;
	text-align:center;
}

}