
/**
 * 横向滚动
 * ------------------------------ */
.scroll_horizontal{position:relative;width:100%; float:left;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:1000px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:252px; padding:0 50px;}
.scroll_horizontal .list li p{ color:#666; font-size:18px; width:100%; text-align:center; line-height:30px; float:left;}
.scroll_horizontal .list li img{ width:252px; height:360px;}
.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:50%;margin-top:-20px;width:40px;height:40px;cursor:pointer;}
.scroll_horizontal .prev{left:5px; background:url(../images/arrow_left.png) no-repeat;}
.scroll_horizontal .next{right:5px;background:url(../images/arrow_right.png) no-repeat;}
