﻿@charset "utf-8";
*{margin:0; padding:0; }
#preview {
	float:none;
	margin:0px auto;
	text-align:center;
	width:600px;
}
.jqzoom {
	width:600px;
	height:450px;
	position:relative;
	border: 1px solid #CCCCCC;
}
.zoomdiv {
	left:859px;
	height:475px;
	width:475px;
}
.list-h li {
	float:left;
}
#spec-n5 {
	width:600px;
	height:64px;
	padding-top:25px;
	overflow:hidden;
}
#spec-left {
	background:url(images/left.gif) no-repeat;
	width:10px;
	height:45px;
	float:left;
	cursor:pointer;
	margin-top:10px;
}
#spec-right {
	background:url(images/right.gif) no-repeat;
	width:10px;
	height:45px;
	float:left;
	cursor:pointer;
	margin-top:10px;
}
#spec-list {
	width:575px;
	float:left;
	overflow:hidden;
	margin-left:2px;
	display:inline;
}
#spec-list ul li {
	margin-right:0px;
	display:inline;
	width:83px;
	float:left;
}
#spec-list ul li img {
	padding:2px;
	border:1px solid #ccc;
	width:70px;
	height:53px;
	float:left;
}
/*jqzoom*/
.jqzoom {
	position:relative;
	padding:0;
}
.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:1100px;
	height:850px;
}
.jqZoomPup {
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:60px;
	height:46px;
	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 div {
	margin-top:0;
}
