.zoomBox {
	z-index: 99990;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.zoomBox .content {
	z-index: 99991;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 581px;
	height: 433px;
	background: no-repeat 50% 50%;
	/*border: 20px solid #ececec;*/
	padding: 0;
	/*margin: -100px 0 0 -100px;*/
	margin: -216.5px 0 0 -290.5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.zoomBox .content.loading {
	background-image: url('../img/loading.gif');
	background-color:#fff;
}
.zoomBox img {
	display: block;
	max-width: none;
/*	background: #ececec;*/
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.zoomBox .close {
	z-index: 99993;
	position: absolute;
/*	top: 0;
	right: 0;*/
	left:50%;
	top:50%;
	margin:-267px 0 0 240px;
	width: 49px;
	height: 49px;
	cursor: pointer;
	/*background: transparent url('../img/icons/close.png') no-repeat 50% 50%;*/
	background: transparent url('../images/close.png') center no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
/*	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.zoomBox .previous,
.zoomBox .next {
	z-index: 99992;
	position: absolute;
	top: 50%;
	overflow: hidden;
	display: block;
	/*width: 49px;
	height: 49px;*/
	width: 55px;
	height: 119px;
	margin-top: -25px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}



.zoomBox .previous {
	/*left: 0;*/
	left: 50%;
	margin-left:-360px;
	/*background: url('../img/icons/arrows.png') no-repeat 0 0;*/
	background: url('../images/event_btn.png') no-repeat 0 0;
}
.zoomBox .next {
	/*right: 0;*/
	right: 50%;
	margin-right:-360px;
	/*background: url('../img/icons/arrows.png') no-repeat 100% 0;*/
	background: url('../images/event_r_btn.png') no-repeat 0 0;
}
.zoomBox .close:hover {
	/*background-color: #da4f49;*/
}
.zoomBox .previous:hover,
.zoomBox .next:hover {
	/*background-color: #0088cc;*/
}
/*-------------------------------------media.html页面样式-----------------------------*/
.media .zoomBox .content{width:820px;height:565px;margin: -282.5px 0 0 -410px;}
.media .zoomBox .previous{margin-left:-490px}
.media .zoomBox .next{margin-right:-490px;}
.media .zoomBox .close{margin:-305px 0 0 364px}