.picScroll-left{ width:1200px;  overflow:hidden; position:relative;  margin-top:0px;    }
		.picScroll-left .hd{ overflow:hidden;  height:0px; padding:0 10px;  }
		.picScroll-left .hd .prev{ display:block; position:absolute;  left:0px; top:42%; width:32px; height:111px; margin-top:-20px;   overflow:hidden;cursor:pointer; background:url(images/butt-left.png) 0 0px no-repeat; z-index:20;}
		.picScroll-left .hd .next{display:block; position:absolute; right:0px; top:42%; width:32px; height:111px; margin-top:-20px;  overflow:hidden;cursor:pointer; background:url(images/butt-right.png) 0 0 no-repeat;z-index:20;}
		
		.picScroll-left .hd .prevStop{ background-position:-60px 0; }
		.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
		.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1;  }

		.picScroll-left .hd ul li.on{ background-position:0 0; }
		.picScroll-left .bd{ padding:10px; margin-left:33px;   }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin:0 15px; float:left; _display:inline; overflow:hidden; text-align:center; width:340px; background:#fff;  }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ width:340px; height:304px; display:block;  }
		.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picScroll-left .bd ul li .tittle{ line-height:30px; margin-top:8px; float:none; text-align:left; white-space: nowrap;overflow:hidden; text-overflow:ellipsis; background:none; width:100%;  margin:0 auto; border-bottom:0; padding:0 10px; margin-bottom:10px; }
		.picScroll-left .bd ul li .tittle a{color:#333; float:none;}
		.picScroll-left .bd ul li .detail{ text-align:left; margin-top:-10px; margin-bottom:10px; padding:0 10px;}
		.picScroll-left .bd ul li .detail a{color:#333; float:none;}