@charset "utf-8";

/*图片放大镜样式*/
.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;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);}
.jqzoom img{
	width: 500px;
	height: 500px;
}
/*图片小图预览列表*/
.spec-preview{width:502px;height:502px;border:1px solid #DFDFDF;margin-bottom: 18px;}
.spec-scroll{clear:both;margin-top:5px;width:502px;}
.spec-scroll .prev{float:left;margin-right:5px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;text-align:center;color: #fff;width:16px;height:82px; line-height:82px;background:#cccccc;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:460px;height:82px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:82px;}
.spec-scroll .items ul li{float:left;width:82px;text-align:center;margin: 0 5px;background: #fff;}
.spec-scroll .items ul li img{border:1px solid #CCC;width:80px;height:80px;}
.spec-scroll .items ul li img:hover{border:1px solid #d92b2f;}
.spec-scroll .prev:hover{
	background: #d92b2f;
}
.spec-scroll .next:hover{
	background: #d92b2f;
}



















