/* 横向滚动
------------------------------ */
.scroll_horizontal{position:relative;width:100%;height:356px;padding:0px;background-color:#eee;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:100%;height:356px;padding:0px;}
.scroll_horizontal .list{overflow:hidden;width:9999px;padding:0;margin:0}
.scroll_horizontal .list li{float:left;width:1500px; height:356px;list-style:none;padding:0;margin:0  background-color:#ff0000;}
.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; z-index:990;

	filter:alpha(opacity=20);  
      -moz-opacity:0.2;  
      -khtml-opacity: 0.2;  
      opacity: 0.2;
}
.scroll_horizontal .prev{left:5px;background-position:0 0;}
.scroll_horizontal .next{right:5px;background-position:-40px 0;}
.scroll_horizontal .prev:hover,
.scroll_horizontal .next:hover{
	filter:alpha(opacity=90);  
      -moz-opacity:0.9;  
      -khtml-opacity: 0.9;  
      opacity: 0.9;

}



.list-caption{
	position:absolute; 
}