﻿@charset "utf-8";
.pd_detail {
	width: 452px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.jqzoom {
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	display: block;
	height:340px;
	float:left;
	
}
.jqzoom img {
	width: 500px;
	height: auto;
	margin:0px auto;
	display:table-cell;
	vertical-align: middle;
}
.zoomdiv 
{
    float:left;
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 880px !important;
	width: 350px;
	height: 350px;
	background: #ffffff;
	border: 1px solid #e6e6e6;
	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: #ffffff /*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: 500px;
	height: 310px;
	border: 5px solid #f2f2f2;
	margin: 0px auto;
	margin-bottom: 20px;
}
.spec-scroll {
	clear: both;
	margin-top: 10px;
	width: 500px;
	    margin: 0px auto;
		position:relative;
}
.spec-scroll .prev {
	left:0;
	background:url(../images/left_fh.jpg) no-repeat center center;
}
.spec-scroll .next {
	right:0;
	background:url(../images/right_fh.jpg) no-repeat center center;
}
.bigimg{width:1024px;}
.spec-scroll .prev, .spec-scroll .next {
	display: block;
	font-family: "宋体";
	text-align: center;
	width: 24px;
	height: 50px;
	cursor: pointer;
	text-decoration: none;
	font-size:22px;
	color:#b2b2b2;
	display:inline-block;
	position:absolute;
	top:0;
}

.spec-scroll .items {
	float: left;
	position: relative;
	width: 450px;
	height: 50px;
	overflow: hidden;
	    left: 25px;
}
.spec-scroll .items ul {
	position: absolute;
	width: 999999px;
	height: 50px;
}
.spec-scroll .items ul li {
	float: left;
	width: 50px;
	height:50px;
	text-align: center;
}
.spec-scroll .items ul li img {

	width: 50px;
	height: 50px;
}
.spec-scroll .items ul li img:hover {

}
.jqzoom img{
width:500px;height:310px;
}