/*!
 * cxScroll.css
 * Date: 2017-02-07
 * ¹¦ÄÜ£ºÍ¼Æ¬ÂÖ²¥ÑùÊ½
 */


.scroll_horizontal{position:relative;width:1000px;height:210px;padding:10px;background-color:#eee;}
.scroll_horizontal .box{overflow:hidden;position:relative;height:210px;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;}
.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:50%;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:5px;background-position:0 0;}
.scroll_horizontal .next{right:5px;background-position:-40px 0;}
.scroll_horizontal .prev:hover{background-position:0 -50px;}
.scroll_horizontal .next:hover{background-position:-40px -50px;}



/* Í¼Æ¬ÂÖ²¥-img³ß´ç */
#slider3 li .sliders-imgs{width:260px;height:180px;margin:0px 5px;}
/* Í¼Æ¬Ãû³Æ */
#slider3 li p{text-align:center;font-size:12px;color:#666;}
