@charset "utf-8";
#preview{float:none;text-align:center;width:318px;padding: 0px;margin-top: 0px;margin-right: auto;margin-bottom: 0px;margin-left: auto;}
.jqzoom{
	width:298px;
	z-index: 999;
	height: 298px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	overflow:hidden;
	/*非IE的主流浏览器识别的垂直居中的方法*/
	display: table-cell;
	vertical-align:middle;

	/*设置水平居中*/
	text-align:center;

	/* 针对IE的Hack */
	*display: block;
	*font-size: 305px;/*约为高度的0.873，350*0.873 约为305*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
	
	
	
	
}

.list-h{ padding:6px 0 0 0; margin:0;}
.zoomdiv{ left:859px; height:400px; width:400px;}
.list-h li{ float:left; padding:0; margin:0；}
#spec-n5{width:100%; height:62px; padding-top:6px; overflow:hidden; padding:0; margin:0px;}
#spec-left{ background:url(images/left.gif) no-repeat; width:10px; height:45px; float:left; cursor:pointer; margin-top:5px;}
#spec-right{background:url(images/right.gif) no-repeat; width:10px; height:45px; float:left;cursor:pointer; margin-top:5px;}
#spec-list{ width:325px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:62px;}
#spec-list ul li img{ padding:2px ; border:1px solid #ccc; width:50px; height:50px;}

/*jqzoom*/
.jqzoom{
	padding:0;
	text-align: center;
}
.zoomdiv{z-index:100;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;
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(Opacity=100);
	cursor:move;
	background-image: url(../images/i-0053.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#spec-list{ width:318px; margin-right:0px;}
#spec-list div{ margin-top:0;margin-left:-30px; *margin-left:0;}