﻿/* 横向滚动
------------------------------ */
.scroll_horizontal{position:relative;width:980px;height:75px;padding:8px;background-color:#eee;at;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:980px;height:75px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:125px;}
.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:-25px;margin-top:-25px;width:40px;height:50px;background-image:url(../img/control.png);background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .prev{left:910px;background-position:0 0;}
.scroll_horizontal .next{right:-10px;background-position:-40px 0;}
.scroll_horizontal .prev:hover{background-position:15 -50px;}
.scroll_horizontal .next:hover{background-position:-40px 0px;}

/*