﻿/* 横向滚动

------------------------------ */

.scroll_horizontal{position:relative; width:1200px; margin:0px auto;}

.scroll_horizontal .box{overflow:hidden;position:relative;width:1100px;height:290px;}

.scroll_horizontal .list{overflow:hidden;width:9999px;}

.scroll_horizontal .list li{float:left; height: 290px;}

.scroll_horizontal .prev,

.scroll_horizontal .next{position:absolute;top:50%;margin-top:-25px;width:30px;height:50px;background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}

.scroll_horizontal .prev{top:120px;left:5px;background-image:url(../cxscroll/left.jpg);width:36px;height:88px;}

.scroll_horizontal .next{top:120px;right:5px;background-image:url(../cxscroll/right.jpg);width:36px;height:88px;}
