.picFocus{ width: 100%;margin:0 auto; position:relative;  overflow:hidden;  zoom:1;   }
.picFocus ul {list-style:none;}
.picFocus .hd{ width:100%; padding-top:5px;  overflow:hidden; }
.picFocus .hd ul{ margin-right:-5px;  overflow:hidden; zoom:1; }
.picFocus .hd ul li{ width: 20%;padding-top:5px; float:left;  text-align:center; margin-right:5px; }
.picFocus .hd ul li img{ width: 100%;cursor:pointer; background-color: #fff;border: 1px solid #ddd;border-radius: 4px;padding: 2px;}
.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; }
.picFocus .bd img{ display:block;margin: 0 auto;width: 100%;}