﻿@charset "utf-8";

#preview {
}

.jqzoom {
	width: 378px;
	height: 324px;
	border: 1px solid #dcdcdc;
	position: relative;
}

.list-h li {
	float: left;
}

#spec-n5 {
	width: 380px;
	height: 87px;
	padding-top: 6px;
	overflow: hidden;
}

#spec-left {
	background: url(../Images/left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}

#spec-right {
	background: url(../Images/right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: right;
	cursor: pointer;
	margin-top: 5px;
}

#spec-list ul li {
	float: left;
	margin-right: 0px;
	display: inline;
	width: 117px;
}

#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 105px;
	height: 81px;

	padding: 0 !important;
	border: 1px solid #dcdcdc !important;;
}

/*jqzoom*/
.jqzoom {
	position: relative;
	padding: 0;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: url(../Images/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}

.bigimg {
	width: 800px;
	height: 800px;
}

.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;
}

#spec-list {
	position: relative;
	width: 345px;
	margin-right: 6px;
	overflow: hidden;
	display: inline;
	float: left;
}

#spec-list div {
	margin-top: 0;
	margin-left: -30px;
	*margin-left: 0;
}

.pro_detail_l,
.pro_detail_r {
	width: 380px
}