#spec-n1{
	height: 400px;
	margin-bottom: 5px;
	position:relative;
	background: #1d1d1d;
}
#spec-n1 img {width: 540px;height:400px;}
#spec-n5{
	width: 540px;
	height:88px;
	padding-top:6px;
	overflow:hidden;
	position: relative;
	padding: 0 10px;
	margin: 0 -10px;
} 
#spec-left{
	background:url(left.gif) no-repeat;
	width:22px;
	height:83px;
	cursor:pointer;
	top:5px;
	left:0;
	position: absolute;
}
#spec-right{
	background:url(right.gif) no-repeat;
	width:22px;
	height:83px;
	cursor:pointer;
	top:5px;
	right: 0;
	position: absolute;
}
#spec-list{
	overflow:hidden;
	display:inline;
}
#spec-list ul li{
	display:inline;
	width:128px;
	float:left;
}
#spec-list ul li img{
	padding:2px;
	border:1px solid #ccc;
	width:120px;
	height:82px;
}
.zoomdiv{
	z-index:100;
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:300px;
	background:url(loading.gif) #fff no-repeat center center;
	border:1px solid #e4e4e4;
	display:none;
	text-align:center;
	overflow: hidden;
}
.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;
}