/*图片放大镜样式*/
.jqzoom{border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;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 #aaa;background:#ffffff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

.jqzoom img { max-height:320px; max-width:320px;}
/*图片小图预览列表*/
.spec-preview{width:320px;height:322px; overflow:hidden;  border: 1px solid #D7D7D7; text-align:center;}
.spec-scroll{clear:both;margin-top:20px;width:320px;}
.spec-scroll .prev{float:left;margin-right:4px; background: #fff url(../images/arrowleft.png) no-repeat center;}
.spec-scroll .next{float:right; background: #fff url(../images/arrowright.png) no-repeat center;}
.spec-scroll .prev,.spec-scroll .next{display:block;text-align:center;width:13px;height:72px;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:288px;height:74px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:74px;}
.spec-scroll .items ul li{float:left;width:70px; height: 70px; text-align:center;}
.spec-scroll .items ul li img{width: 65px; height: 100%; margin-right: 10px; border:1px solid #D7D7D7;}
.spec-scroll .items ul li:hover img{border:1px solid #3EA541;}