/***��ҳͼƬ����***/
.scroll_horizontal{position:relative;width:1000px;height:88px;margin:10px auto auto auto;background:#ffffff;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:930px;height:88px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:190px;margin:0 10px 0 10px;}
.scroll_horizontal .list li img{border:1px solid #dddddd;margin-top:16px;}
.scroll_horizontal .plus{position:absolute;top:0px;width:30px;height:88px;background:url(../images/icon_left.jpg) no-repeat;cursor:pointer;}
.scroll_horizontal .minus{position:absolute;top:0px;width:30px;height:88px;background:url(../images/icon_right.jpg) no-repeat;cursor:pointer;}
.scroll_horizontal .plus{left:0px;}
.scroll_horizontal .minus{right:0px;}
/*
.scroll_horizontal .plus:hover{background:url(../image/btn_left_on.png) no-repeat;}
.scroll_horizontal .minus:hover{background:url(../image/btn_right_on.png) no-repeat;}
*/
/***��ҳͼƬ���� END***/