/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:317px;height:260px;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:317px;height:260px;background:#ffffff;border:1px solid #8a4025;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #eee;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:317px;height:260px;border:1px solid #8a4025; padding:3px;}
.spec-scroll{clear:both;width:325px; background-color:#612116; height:72px; padding-top:8px;}
.spec-scroll .prev{float:left;background-image:url(../images/zmz_icon_left.gif); background-repeat:no-repeat; background-position:center center;}
.spec-scroll .next{float:right;background-image:url(../images/zmz_icon_right.gif); background-repeat:no-repeat; background-position:center center;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体"; margin-top:0px;text-align:center;width:9px;height:63px; line-height:63px;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative; width:295px; margin-left:7px;height:67px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:57px;}
.spec-scroll .items ul li{float:left;width:73px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #612116;width:63px;height:63px; margin:0 auto;}
.spec-scroll .items ul .lihover img{border:1px solid #cf352d;}