  .gallery0 {
	width:917px;
	overflow:hidden;
}
.gallery0 ul {
	list-style:none;
}
.gallery0 ul li {
	float:left;
	width:415px;
	height:235px;
	padding:5px;
	margin:15px;
	cursor:pointer;
	border:1px solid #ccc;
	border-radius:5px;
	overflow:hidden;
	text-align:center;
}
.gallery0 ul li img{width:410px;height:235px;border-radius:5px;}
.BLACKCOVER {
	width:100%;
	height:100%;
	background-color:black;
	opacity:0.6;
	position:fixed;
	top:0;
	left:0;
	display:none;
}
.bigShow {
	position:absolute;
	top:38.2%;
	left:50%;
	width:740px;
	height:495px;
	padding:20px;
	background:white url(juhua.gif) no-repeat center center;
	margin-top:-150px;
	margin-left:-280px;
	box-shadow:1px 2px 3px black;
	border-radius:15px;
	display:none;
}
.bigShow span.close {
	position:absolute;
	width:30px;
	height:30px;
	background-color:#0071c5;
	color:white;
	border:0px solid #000;
	right:-15px;
	top:-15px;
	border-radius:50%;
	font-size:30px;
	color:#fff;
	line-height:30px;
	text-align:center;
	cursor:pointer;
}
.bigShow img {
	display:none;
	width:738px;
	height:492px;
	max-height:492px;
	overflow:hidden;
}
.bigShow span.leftBtn {
	position:absolute;
	width:60px;
	height:60px;
	top:50%;
	left:-30px;
	margin-top:-30px;
	background-color:#0071c5;
	font-size:50px;
	color:#fff;
	text-align:center;
	line-height:60px;
	border-radius:50%;
	cursor:pointer;
}
.bigShow span.rightBtn {
	position:absolute;
	width:60px;
	height:60px;
	top:50%;
	right:-30px;
	margin-top:-30px;
	background-color:#0071c5;
	font-size:50px;
	color:#fff;
	text-align:center;
	line-height:60px;
	border-radius:50%;
	cursor:pointer;
}