/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{ width:350px; height:350px;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:400px;height:400px;background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow:hidden;}
.bigimg{width:800px;height:800px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}

/*图片小图预览列表*/
.spec-preview{width:350px;height:350px;}
.spec-scroll{clear:both;margin-top:5px;width:352px; height:56px;}
.spec-scroll .prev{float:left;margin-right:4px;background: url(../images/left.gif) 0 0 no-repeat;}
.spec-scroll .next{float:right;background: url(../images/right.gif) 0 0 no-repeat;}
.spec-scroll .prev,.spec-scroll .next{display:block;text-align:center;width:10px;height:45px;cursor:pointer; font-size:0; overflow:hidden; margin-top:5px;}
.spec-scroll .items{float:left;position:relative;width:322px;height:56px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px; padding:0; margin:0; list-style-type:none;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #ccc;padding:2px;width:50px;height:50px;}
.spec-scroll .items ul li img:hover{border:2px solid rgba(230,0,18);padding:1px;}