/* css 重置 */
		*{margin:0; padding:0; list-style:none; }
		body{ background:#fff; font:normal 12px/22px 宋体;  }
		img{ border:0;  }
		a{ text-decoration:none; color:#333;  }

		/* 本例子css */
		.picScroll-left{ 
			overflow:hidden;   
			    width: 1042px;
                            height: 168px;
			/*border:1px solid #ddd;*/
			margin:0 auto;
		}
		.picScroll-left .hd{ 
			overflow:hidden;  
			height:72px;
                        width:1134px;  
			position:absolute;
			top:40%;
                        left:61px;
			z-index:1;
		}
		.picScroll-left .hd .prev,.picScroll-left .hd .next{ 
			display:block;  
			width:38px; 
			height:72px; 
			float:right; 
			margin-top:10px;  
			overflow:hidden;
			cursor:pointer; 
			background:url("../../img/zlrz_img/right_jiantou.png") no-repeat;
		 }
		.picScroll-left .hd .next{ 
			float:left; 
			background:url("../../img/zlrz_img/left_jiantou.png") no-repeat;
		 }
		.picScroll-left .hd .prevStop{ background-position:-60px 0; }
		.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
		.picScroll-left .hd ul{ 
			float:right; 
			margin-top:10px; 
			width:auto;
		}
		.picScroll-left .hd ul li{ 
			float:left;  
			width:9px; 
			height:9px; 
			overflow:hidden; 
			margin-right:5px; 
			text-indent:-999px; 
			cursor:pointer; 
		}
		.picScroll-left .hd ul li.on{ }
		.picScroll-left .bd{ padding:0;   }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ width:120px; height:90px; display:block;  padding:2px; border:1px solid #ccc; }
		.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picScroll-left .bd ul li .title{ line-height:24px;   }
		.tempWrap{
			    margin: 0 auto;
		}















