﻿

/* 通用图片列表_普通式 */
.picList li{ width:186px;  }
.picList .pic{ text-align:center; line-height:0px;  }
.picList .pic img{ width:180px; height:140px; padding:2px; border:1px solid #ccc;  }


/* 多个左滚动 - 图片- 公用类 */
.leftLoop{ overflow:hidden; position:relative; height:150px; margin-top:15px; }
.leftLoop .hd{ overflow:hidden; }
.leftLoop .hd .prev{ display:block;width:30px; height:150px;cursor:pointer;background:url(../images/btn_pn.jpg) 0px 0px no-repeat;position:absolute;left:0;}
.leftLoop .hd .next{ display:block;width:30px; height:150px;cursor:pointer;background:url(../images/btn_pn.jpg) -30px 0px no-repeat;position:absolute;right:0;}
.leftLoop .bd{margin-left:40px; }
.leftLoop .bd ul{ overflow:hidden; zoom:1; }
.leftLoop .bd ul li{  text-align:center; float:left; _display:inline; overflow:hidden;margin-left:20px;  }
