/*图片放大镜样式*/
.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:350px;height:350px;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;background: url(../images/icon/fdj.png) no-repeat center;width: 160px !important;height: 160px !important;}
/*图片小图预览列表*/
.spec-preview{width:484px;height:323px;border:1px solid #e5e6e8; border-radius:5px; padding:8px;}
.spec-scroll{clear:both;margin-top:8px;width:503px;}
.spec-scroll .prev{float:left;background: url(../image/icon/arrowcpl.png) no-repeat center;border-radius: 3px 0 0 3px;}
.spec-scroll .next{float:right;background: url(../image/icon/arrowcpr.png) no-repeat center;border-radius: 0 3px 3px 0; margin-top:29px;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:15px;height:58px; line-height:58px;border:1px solid #CCC;cursor:pointer;text-decoration:none; margin-top:29px;}
.spec-scroll .items{position:relative;width:420px;height:113px;overflow:hidden; margin: auto; margin-top:16px;}
.spec-scroll .items ul{position:absolute;width:999999px;height:113px;}
.spec-scroll .items ul li{float:left;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #ccc;width:128px;height:111px; margin-right: 15px; border-radius:6px;}
.spec-scroll .items ul li img:hover{border:1px solid #0091d8;}