
.wrap{padding:20px;}

/**
 * 横向滚动
 * ------------------------------ */
.scroll_horizontal{position:relative;width:100%;height:auto;padding:15px;background-color:#eee;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:95%; height:120px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:207px;}
.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:50%;margin-top:-25px;width:42px;height:42px;background-image:url(../images/control.png);background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .prev{left:-20px;background-position:0 0;}
.scroll_horizontal .next{right:-20px;background-position:-42px 0;}
.scroll_horizontal .prev:hover{background-position:0 -42px;}
.scroll_horizontal .next:hover{background-position:-42px -42px;}

#acts{margin-top:20px;}


@media only screen and (max-width: 479px) {
	
	.scroll_horizontal .list li{width:220px;}
	.scroll_horizontal .box{width:86%; }
}