#preview {
	float: none; /*margin:20px auto;*/
	text-align: center;
	width: 600px;
}
.jqzoom {
	width: 100%;
	height: 450px;
	position: relative;
}
.zoomdiv {
	left: 859px;
	height: 400px;
	width: 400px;
}
.list-h li {
	float: left;
}
#spec-n5 {
	width: 100%;
	height: 170px;
	padding-top: 6px;
	overflow: hidden;
}
#spec-left {
	background: url(left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 50px;
}
#spec-right {
	background: url(right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 50px;
}
#spec-list {
	width: 95%;
	float: left;
	overflow: hidden;
	margin-left: 2px;
	display: inline;
}
#spec-list ul li {
	float: left;
	margin-right: 0px;
	display: inline;
	width: 120px;
}
#spec-list ul li .tup {
	padding: 2px;
	border: 1px solid #ccc;
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing:border-box
}
#spec-list ul li .tup img {
	max-width: 120px;
	max-height: 120px;
	box-sizing:border-box
}
/*jqzoom*/
.jqzoom {
	position: relative;
	padding: 0;
}
.zoomdiv {
	z-index: 999999;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: url(i/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}
.bigimg {
	width: 800px;
	height: 800px;
}
.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #FEDE4F 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}
#spec-list {
	position: relative;
	width: 95%;
	margin-right: 6px;
	margin-top: -17px;
}
#spec-list div {
	margin-top: 10px;
	margin-left:-20px
}
