/* 横向滚动
------------------------------ */

.scroll_horizontal{position:relative;height:190px;padding:10px;margin: 20px 0 0; width: 1170px;margin:0 auto;}

.scroll_horizontal .box{overflow:hidden;position:relative;width:1170px;height:190px;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal li{float:left;height:190px; text-align: center; position: relative; width: 270px; overflow: hidden; padding:0 30px 0 0;}
.scroll_horizontal .prev,
.scroll_horizontal .next{
	position:absolute;top:50%;margin-top:-76px;width:72px;height:154px;
	background-image:url(control.png);background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;
	}
.scroll_horizontal .prev{left:-100px;background-position:0 0; z-index: 99;}
.scroll_horizontal .next{right:-100px;background-position:-88px 0; z-index: 99;}
.scroll_horizontal .prev:hover{background-position:0 -183px;}
.scroll_horizontal .next:hover{background-position:-88px -183px;}

.incol{float:left; margin-right:20px;}

.scroll_horizontal h3{
	position:absolute; bottom:0;font-size:16px;height:45px;text-align:right;line-height:45px;
	width: 250px;
	background:rgba(0,0,0,0.5) none repeat scroll !important; /*实现FF背景透明，文字不透明*/
	background:#000; filter:Alpha(opacity=50);/*实现IE背景透明*/ 
	color: #fed410;
	font-size: 22px;
	padding: 0 10px;
}
.scroll_horizontal h3 span{
	float: left;
	color: #fff;
	font-size: 16px;
}
