@charset "utf-8";
/* CSS Document */
.ban_2_5{ width:1000px; height:336px; position:relative; overflow:hidden; margin:0 auto;}
.ban_2_5 .bd li img{}
/*缩略图*/
.ban_2_5 .hd{right:15px; bottom:20px; position:absolute; z-index:1; bottom:15px; overflow:hidden;}
.ban_2_5 .hd ul{ float:right;}	
.ban_2_5 .hd ul li{float:left; margin:0 5px; display:inline; cursor:pointer;}
.ban_2_5 .hd ul li img{ width:80px; height:40px; display:block; border:2px solid #fff; filter:alpha(opacity=50);opacity:0.5;  }	
.ban_2_5 .hd ul .on img{ border-color:#FF8106; filter:alpha(opacity=100);opacity:1;}
/*左右按钮*/
.ban_2_5 .prev{width:40px; height:60px; position:absolute; left:2%; top:45%; display:block; background:#000 url(../images/slider-left.png) center center no-repeat; filter:alpha(opacity=50);opacity:0.5; }
.ban_2_5 .next{width:40px; height:60px; position:absolute; right:2%; top:45%; display:block; background:#000 url(../images/slider-right.png) center center no-repeat; filter:alpha(opacity=50);opacity:0.5;}
.ban_2_5 .prev:hover,.ban_3_1 .next:hover{ filter:alpha(opacity=100);opacity:1;}