@charset "utf-8";

.jdimg{
	width: auto;
	height: auto;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{ background:url(../imgs/loading.gif) no-repeat center center;}
.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:5;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);}
/*图片小图预览列表*/
.spec-preview{
	width: auto;
	height: auto;
	border: 1px solid #DFDFDF;
	margin-bottom: 10px;
	overflow: hidden;
}
.spec-scroll{
	clear: both;
	margin-top: 5px;
	width: auto;
}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{
	float: left;
}
.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;}
.spec-scroll .items{
	float: left;
	position: relative;
	width: 370px;
	height: 65px;
	overflow: hidden;
}
.spec-scroll .items ul{
	position: absolute;
	width: 370px;
	height: 65px;
	list-style-type: none;
}
.spec-scroll .items ul li{
	float: left;
	width: 65px;
	text-align: left;
}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:55px;height:50px;}
.spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}
