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

.scroll_horizontal{position:relative;height:92px;margin: 20px 0 0;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:1160px;height:92px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal li{float:left;width:235px; text-align: center; position: relative; height: 72px; overflow: hidden;}
.scroll_horizontal .prev,
.scroll_horizontal .next{z-index:999;position:absolute;top:50%;margin-top:-25px;width:40px;height:50px;background-image:url(control.png);background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .prev{left:0px;background-position:-13px 0;}
.scroll_horizontal .next{right:0px;background-position:-28px 0;}
.scroll_horizontal .prev:hover{background-position:-13px -50px;}
.scroll_horizontal .next:hover{background-position:-28px -50px;}


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