@charset "gb2312";
/* CSS Document */


/*图片放大镜样式*/
.jqzoom{width:460px;height:350px; float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{max-width:100%; max-height:350px;display:block; margin:0px auto;}
.zoomdiv{width:350px;height:350px; z-index:100;position:absolute;top:0px;left:0px;background:#ffffff;border:1px solid #CCCCCC;display:none !important;text-align:center;}
.jqZoomPup{width:20px !important;height:20px !important; z-index:10; visibility:hidden; display:none !important; position:absolute;top:0px;left:0px;border:1px solid #aaa; background:rgba(0,0,0,0.5);}

/*图片小图预览列表*/
.spec-preview{width:460px;height:350px;border:1px solid #DFDFDF;}
.spec-scroll{width:460px; clear:both;margin-top:5px;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{width:10px;height:74px; line-height:74px; display:block;font-family:"宋体";text-align:center;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items{width:428px;height:76px; float:left;position:relative;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{width:107px;float:left;text-align:center;}
.spec-scroll .items ul li img{width:95px;height:70px;border:1px solid #ddd;padding:2px;}
.spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}