@charset "utf-8";



.gallery {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.gallery .holder {
	position: relative;
	left: 50%;
	float: left;
	width: 100%;
}
.gallery .area {
	position: relative;
	left: -50%;
	float: left;
	width: 100%;
	background: #008B8B;
}
.gallery .mask {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	height: 425px;
}
.gallery .mask ul {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style: none;
}
.gallery .mask ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.gallery .mask ul li img { vertical-align: top;}
.gallery .mask ul li.active {
	z-index: 1;
}
.gallery .panel {
	position: relative;
	padding: 0;
	width: 100%;
	z-index: 9999999;
	top:-17px;
	height: 0px;
	left:10px;
}
.gallery .panel .sector {
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
}
.gallery .panel .pagination ul{
	padding:0px;
	margin:0px;
	list-style:none;
	}
.gallery .panel .pagination ul li {
	float: left;
	margin: 0 6px 0 0;
	list-style: none;
}
.gallery .panel .pagination ul li a {
	display: block;
	overflow: hidden;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	background:url(../image/button_unselect.png) no-repeat left top;
}
.gallery .panel .pagination ul li.active a, 
.gallery .panel .pagination ul li a:hover {
	background:url(../image/button_select.png) no-repeat left top;
}

.galleryPic{
	height: 425px;
	
}