/* 代码整理：易站站长网 转载请注明出处  www.yizhanzzw.com */
* {
	margin:0;
	padding:0;
}
body{
	background:url(../images/bg.jpg) #eee repeat;
}
#yizhanzzw{
	width:960px;
	height:300px;
	margin:0 auto;
	position:relative
}
#lrzj{
	width:960px;
	position:absolute;
	top:50%;
	left:0;
	margin:-85px 0 0 0;
}
.lrzj2{
	width:293px;
	height:170px;
	float:left;
	margin:0 40px 0 0;
}
.last{
	margin-right:0;
}
/* 代码整理：易站站长网 转载请注明出处  www.yizhanzzw.com */
.zoom{
	width:293px;
	height:170px;
	display:block;
	position:relative;
	overflow:hidden;
	border:1px solid #ddd;
	background:#fff url(../images/loader.gif) no-repeat center;
}
.zoom img{
	display:none
}
.zoomOverlay{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display:none;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
}
/* 代码整理：易站站长网 转载请注明出处  www.yizhanzzw.com */