
/* CSS Document */
/* 通用图片列表_普通式 */

.picList li{ width:216px;position:relative; background:url(/images/pro_bg.png) no-repeat center center;}
.picList .pic{ text-align:center; line-height:0px;}
.picList .pic a{ display:block;}
.picList .pic .img{ border:#d2d2d2 solid 1px;}
.picList .pic a:hover .img{ border-color:#f00;}
.picList .pic .imgs{padding:0px; margin:10px 5px;}




/* 多个左滚动 - 图片- 公用类 */
.leftLoop{ overflow:hidden; position:relative;   }
.leftLoop .hd{ overflow:hidden; height:0px; background:#f4f4f4; line-height:32px; }
.leftLoop .hd .prev,.leftLoop .hd .next{ display:block;  width:56px; height:71px; line-height:10px; float:right; margin-right:10px; margin-top:10px;  overflow:hidden;  
	 cursor:pointer; background:url(../image/next_bg.png) no-repeat center center;}
.leftLoop .hd .prev{ position:absolute; right:-10px; top:40px; z-index:9999}
.leftLoop .hd .next{ background:url(../image/pre_bg.png) no-repeat center center; position:absolute; left:0px; top:40px; z-index:9999}
.leftLoop .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px;  }
.leftLoop .hd ul li{ position:relative; _display:inline; float:left;  width:10px; height:10px; overflow:hidden; background:#ccc; margin-right:10px; text-indent:-999px; cursor:pointer;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; behavior: url(/PIE.htc);}
.leftLoop .hd ul li.on{ background:#f00;  }
.leftLoop .bd{ padding:10px 10px; padding-left:60px;   }
.leftLoop .bd ul{ overflow:hidden; zoom:1; }
.leftLoop .bd ul li{ margin:0 10px; text-align:center; float:left; _display:inline; overflow:hidden;  }



