﻿/*********************** 样式2 *************************/
.prodPic {
	width: 940px;
	height: 720px;
	position: relative;
	margin: auto;
	background-color: #F4F4F2;
	margin-bottom: 150px;
	clear:both;
}
.prodPic .picChangePicList {
	width: 100%;
	height: 720px;
	position: absolute;
	overflow: hidden;
}
.prodPic .picChangePicList div {
	position: absolute;
	display: none;
}
.prodPic .picChangePicList img {
	display: block;
}
.prodPic .picChangeTitle {
	position: absolute;
	background-color: #EE8800;
	line-height: 30px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: white;
	opacity: 0;
	top: 0;
}
.prodPic .picChangebtnNum {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.prodPic .picChangebtnNum span {
	border: 1px #C9997E solid;
	font-size: 12px;
	padding: 0px 3px;
	background-color: #DFC2B3;
	margin: 2px;
	cursor: pointer;
}
.prodPic .picChangebtnNum span.current {
	background-color: #6C432D;
	cursor: pointer;
	color: #FFFFFF;
}
.prodPic .picChangebtnThumb {
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: -160px;
	overflow: hidden;
	white-space: nowrap;
	overflow-x: auto;
}
.prodPic .picChangebtnThumb span {
	position: relative;
	display: inline-block;
	border: 2px #DDD solid;
	width: 179px;
	height: 115px;
	margin: 3px;
	cursor: pointer;
	overflow: hidden;
}
.prodPic .picChangebtnThumb span.current {
	opacity: 1;
	border: 2px #6C422E solid;
}
.prodPic .picChangebtnThumb span img {
	position: absolute;
}
/*********************** 样式3 *************************/
.picChange3 {
	width: 100%;
	height: 405px;
	overflow: hidden;
	position: relative;
	margin: auto;
}
.picChange3 .picChangePicList {
	position: absolute;
	overflow: visible;
}
.picChange3 .picChangePicList div {
	position: absolute;
	display: none;
}
.picChange3 .picChangePicList img {
	display: block;
}
.picChange3 .picChangeTitle {
	position: absolute;
	background-color: #EE8800;
	line-height: 30px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: white;
	opacity: 0;
	top: 0;
}
.picChange3 .picChangebtnNum {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
.picChange3 .picChangebtnNum span {
	font-size: 10px;
	padding: 0px 3px;
	background-color: white;
	margin: 2px;
	cursor: pointer;
	border-radius: 50%;
	color: white;
	box-shadow: inset 0px 0px 3px black;
}
.picChange3 .picChangebtnNum span.current {
	background-color: #EE8800;
	cursor: pointer;
	color: #EE8800;
	box-shadow: none;
}
.picChange3 .picChangebtnThumb {
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.picChange3 .picChangebtnThumb span {
	position: relative;
	display: block;
	float: left;
	border: 2px white solid;
	width: 30px;
	height: 30px;
	margin: 2px;
	cursor: pointer;
	overflow: hidden;
}
.picChange3 .picChangebtnThumb span.current {
	opacity: 1;
	border: 2px #4889C4 solid;
}
.picChange3 .picChangebtnThumb span img {
	position: absolute;
}
