/*图片放大镜样式*/
/*.xcbox{ overflow:hidden;}*/
.xbox{ overflow:hidden; margin:0 auto; width:364px; float:left; margin-left: 10px}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:360px;height:360px;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;background:#F00; background:url(../image/mask.png);}
/*图片小图预览列表*/
.spec-preview{width:360px;height:360px;border:1px solid #DFDFDF; text-align:center; background:#FFF; overflow:hidden;}
.spec-preview:before{display:inline-block; content:""; vertical-align:middle; width:0; height:100%;}
.jqzoom{position:relative;cursor:pointer; display:inline-block;vertical-align:middle; max-height:100%; max-width:100%;}
.jqzoom img{ max-height:100%; max-width:100%;}

.spec-scroll{clear:both;margin-top:8px; overflow:hidden;}
.spec-scroll .prev{float:left;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:19px;height:68px; line-height:68px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none; color:#666;}
.spec-scroll .prev:hover{ background:#19a78d; color:#FFF;}
.spec-scroll .next:hover{ background:#19a78d; color:#FFF;}

.spec-scroll .items{float:left;position:relative;width:320px;overflow:hidden; height:70px;}
.spec-scroll .items ul{position:absolute;width:999999px; overflow:hidden;}
.spec-scroll .items ul li{float:left;width:108px;text-align:center;}
.spec-scroll .items ul li a{ display:block; margin:0 5px; padding:1px; border:1px solid #ddd; text-align:center; background:#FFF; height:66px; width:98px;}
.spec-scroll .items ul li a:before{ display:inline-block; content:""; vertical-align:middle; width:0; height:100%;}
.spec-scroll .items ul li img{ max-height:100%; max-width:100%; display:inline-block; vertical-align:middle;}
.spec-scroll .items ul li a:hover{border:2px solid #19a78d;padding:0px;}
.spec-scroll .items ul .hover a{border:2px solid #19a78d;padding:0px;}
