/* CSS Document */


		.picFocus{ margin:0 auto;  width:1000px; height:450px; border:1px solid #ccc; padding:5px;  position:relative;  overflow:hidden;  zoom:1;  }
		.picFocus .hd{ width:100%; padding-top:5px;  overflow:hidden;}
		.picFocus .hd ul{ margin-right:-5px;  overflow:hidden; zoom:1; }
		.picFocus .hd ul li{ padding-top:5px; float:left;  text-align:center;  }
		.picFocus .hd ul li img{ width:115px; height:65px; border:2px solid #ddd; cursor:pointer; margin-right:5px;  }
		.picFocus .hd ul li.on{ background:url("images/icoUp.gif") no-repeat center 0; }
		.picFocus .hd ul li.on img{ border-color:#f60;  }
		.picFocus .bd li{ vertical-align:middle; width:1000px; height:370px;   }
		.picFocus .bd img{ width:1000px; height:365px; display:block;}