/* 企泰科技 技术部 2012-10-18

-------产品多图展示带放大镜效果
 */

#preview {
	float: left;
	margin: 0px;
	text-align: center;
	width: 410px;
	position:relative;
	z-index:9999999999;
}
.jqzoom {
	width: 410px;
	height: 410px;
	position: relative;
	border:solid 1px #CCC;
	background: url(../images/products/loading.gif) #fff no-repeat center center;
}
.jqzoom img {
	width: 410px;
	height: 410px;
	position: relative;
}
.list-h li {
	float: left;
	cursor: pointer;
}
#spec-n5 {
	width: 100%;
	height: 80px;
	padding-top: 6px;
	overflow: hidden;
}
#spec-left {
	background: url(images/left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 15px;
}
#spec-right {
	background: url(images/right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: right;
	cursor: pointer;
	margin-top: 15px;
}
#spec-list ul li {
	float: left;
	margin-right: 0px;
	display: inline;
	width: 95px;
}
#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 70px;
	height: 70px;
	background:#fff;
}
/*jqzoom*/
.jqzoom {
	position: relative;
	padding: 0;
}
.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 300px;
	background: url(../images/products/loading.gif) #fff no-repeat center center;
	border: 1px solid #999;
	display: none;
	text-align: center;
	overflow: hidden;
	left: 420px;/*放大图左边距*/
}
.fdj {
	z-index: 110;
	position: absolute;
	bottom: 1px;
	right: 1px;
	width: 22px;
	height: 22px;
	background: url(../images/products/zoom.gif) no-repeat center center;
	overflow: hidden;
}
.bigimg {
	width: auto;
	height: auto;
}
.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #FFF;
	cursor: move;
    filter: Alpha(Opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.6;
}
#spec-list {
	position: relative;
	width: 380px;/*小图列表宽度*/
	margin-right: 0px;
	float: left;
	overflow: hidden;
	margin-left: 6px;
	display: inline;
}
#spec-list div {
	margin-top: 0;
	/*margin-left: -30px;*/
*margin-left:0;
}
