/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;width:510px !important;height:380px !important;}
.jqzoom img{ max-width:510px; max-height:380px;}

.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:510px !important;height:380px !important;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden; overflow:hidden;}
/*图片小图预览列表*/
.spec-preview{idth:510px !important;height:380px !important;border:1px solid #DFDFDF; margin-bottom:8px;}
.spec-scroll{clear:both;margin-top:5px;width:510px;}
.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; margin-top:18px;}

.spec-scroll .items{float:left;position:relative;width:480px;height:90px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:90px;}
.spec-scroll .items ul li{float:left;width:120px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:100px;height:75px;}
.spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}