
/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:300px;height:300px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;box-sizing:border-box; }
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;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:302px;height:302px;border:1px solid #DFDFDF;box-sizing:border-box;  }
.spec-preview img{width:auto; max-width:none}


.spec-scroll{width:302px;z-index:100; box-sizing:border-box; padding:0 10px; border:1px #ccc solid;height:26px; line-height:20px; position:relative;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:100%;height:26px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:12px; margin-top:7px;}
.spec-scroll .items ul li{float:left;width:12px;text-align:center; position:relative; margin-right:6px;}
.spec-scroll .items ul li img{border:1px solid #CCC; padding:1px;width:12px;height:12px;border-radius:50%; position:relative; z-index:60;cursor:pointer;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
FILTER: alpha(opacity=0);
-moz-opacity:0;
opacity:0;
}
.spec-scroll .items ul li span{
	width:12px;
	height:12px;
	background:#ccc;	
	position:absolute;
	z-index:59;
	border-radius:50%;
}
.spec-scroll .items ul li:hover span{
	background:#f60;
}
.spec-scroll .items ul li img:hover{border:2px solid #FF6600; padding:0;}


p.pic_zoom{ position:absolute; bottom:3px; right:10px;  background:url(../images/fd.png) center right no-repeat; font-size:12px; color:#a8a8a8; padding-right:26px; height:auto;}


















