#leftFixedBox{
	position: fixed;
	width: 187px;
	height: 392px;
	top: 115px;
	z-index: 99999;
	left: 99px;
}
#centerAdBox .adItem{
	display: none;
	position: fixed;
	width: 705px;
	height: 445px;
	top: 50%;
	left: 50%;
	margin: -222px 0 0 -352px;
	z-index: 999;
}
#centerAdBox .adItem a.closeAdBtn{
	position: absolute;
	display: block;
	width: 208px;
	height: 56px;
	top: 336px;
	right: 118px;
	cursor: pointer;
	background-color: #000;
	opacity: 0;
	filter: alpha(opacity=0);
}
#rightFixedBox{
	position: fixed;
	width: 150px;
	height: 260px;
	top: 108px;
	right: 23px;
	z-index: 99;
}