/*½¹µãÍ¼ÇÐ»»*/
.focus2{ 
	width:318px; 
	height:268px; 
	overflow:hidden; 
	position:relative;   
}
.focus2 .hd{ 
	height:15px; 
	overflow:hidden; 
	position:absolute; 
	right:5px; 
	bottom:5px; 
	z-index:9999; 
}
.focus2 .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	float:left;  
}
.focus2 .hd ul li{ 
	float:left; 
	margin-right:6px;  
	width:8px; 
	height:8px;  
	background: rgba(255,255,255,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55ffffff',endColorstr='#55ffffff');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#55ffffff', endColorstr='#55ffffff')";      /*IE8*/
	border-radius: 50px;
	cursor:pointer; 
}
.focus2 .hd ul li.on{ 
	background:#f78115;  
}
.focus2 .bd{ 
	position:relative; 
	height:100%; 
	z-index:0;   
}
.focus2 .bd li{ 
	zoom:1; 
	vertical-align:middle; 
}
.focus2 .bd img{ 
	width:318px; 
	height:268px; 
	display:block;  
}
.focus2 .bd .bd_title{
	height: 38px;
	width: 318px;
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#66000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000')";      /*IE8*/
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 38px;
	text-indent: 10px;
}
/*·­Ò³*/
.focus2 .prev,
.focus2 .next{ 
	position:absolute; 
	left:3%; 
	top:50%; 
	margin-top:-25px; 
	display:block; 
	width:40px; 
	height:70px; 
	background:url(img/next_prve.png)  no-repeat;
	filter:alpha(opacity=50);
	opacity:0.5; 
	display: none;  
}
.focus2 .next{ 
	left:auto; 
	right:3%; 
	background-position:-42px 0;	 
}
.focus2 .prev:hover{ 
	background-position: 0 0; 
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition: all none;
	transition: none; 
}
.focus2 .next:hover{ 
	background-position: -42px 0px;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition: all none;
	transition: none;   
}
.focus2 .prevStop{ 
	display:none;  
}
.focus2 .nextStop{ 
	display:none;  
}