﻿/*********************** 样式3 *************************/
.picChange3 {
	width: 100%;
	height: 680px;
	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: #1F537A;
	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: 10px;
	width: 100%;
	text-align: center;
}
.picChange3 .picChangebtnNum span {
	font-size:8px;
	padding: 2px 5px;
	background-color: white;
	margin: 2px;
	cursor: pointer;
	border-radius: 50%;
	color: white;
}
.picChange3 .picChangebtnNum span.current {
	background-color: #1F537A;
	cursor: pointer;
	color: #1F537A;
	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;
}
