@charset "utf-8";

/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}
ul li {
	list-style:none;
}
a {
	text-decoration:none;
}
a, area {
 blr:expression(this.onFocus=this.blur())
}
/* .clear {
	clear:both;
} */
img {
	padding:0;
	margin:0;
	border:0;
}
body {
	font-family:"微软雅黑";
	font-size:14px;
	color:#292929;
}
/*图片放大镜样式*/
.jqzoom {
	float:left;
	border:none;
	position:relative;
	padding:0px;
	cursor:pointer;
	margin:0px;
	display:block;
	width:445px;
}
.jqzoom img{
	width:100%;
	height:auto;
}
.zoomdiv {
	z-index:100;
	position:absolute;
	top:0px;
	left:0px;
	width:445px;
	height:445px;
	background:#ffffff;
	border:1px solid #CCCCCC;
	display:none;
	text-align:center;
	overflow:hidden;
}
.jqZoomPup {
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	height:20px;
	border:1px solid #aaa;
	background:#fff /*url(../images/zoom.png) 50% center no-repeat*/;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
/*图片小图预览列表*/
.spec-preview {
	width:447px;
	height:447px;
	border:1px solid #DFDFDF;
}
.spec-scroll {
	clear:both;
	margin-top:15px;
	width:447px;
}
.spec-scroll .prev {
	float:left;
	background:url(../images/zuo.png) no-repeat left center;
}
.spec-scroll .prev:hover{
	background:url(../images/zuo_h.png) no-repeat left center;
}
.spec-scroll .next {
	float:right;
	background:url(../images/you.png) no-repeat right center;
}
.spec-scroll .next:hover{
	float:right;
	background:url(../images/you_h.png) no-repeat right center;
}
.spec-scroll .prev, .spec-scroll .next {
	display:block;
	text-align:center;
	width:16px;
	height:25px;
	margin-top:32px;
	line-height:25px;
	cursor:pointer;
	color: transparent;
}
.spec-scroll .items {
	float:left;
	position:relative;
	width:400px;
	height:90px;
	overflow:hidden;
	margin-left:8px;
}
.spec-scroll .items ul {
	position:absolute;
	width:999999px;
	height:90px;
}
.spec-scroll .items ul li {
	float:left;
	width:100px;
	text-align:center;
}
.spec-scroll .items ul li img {
	border:1px solid #CCC;
	padding:2px;
	width:90px;
	height:90px;
}
.spec-scroll .items ul li img:hover {
	border:2px solid #005ba1;
	padding:1px;
}
