body{ height:100%;}
.xinsidebox{
	display:none;
	position:fixed;
	z-index:999;
	left:0;
	top:0;
	width:100%;
	height:100%;
	min-width:940px;
}
* html .xinsidebox{position:absolute;}
.xboxOverlay{
	display:none;
	position:fixed;
	z-index:999;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	filter:Alpha(opacity=50);opacity:0.5;
}
* html .xboxOverlay{position:absolute;}
.xboxClose{
	position:absolute;
	right:0;
	top:0;
	width:50px;
	height:50px;
	background:#727272 url("/images/ico_close_2.gif") no-repeat 50% 50%;
    text-indent: -9999px;
	cursor:pointer;
}
.xboxWrapper{
	display:none;
	position:absolute;
	z-index:1000;
	right:-100%;
	height:100%;
	background-color:#fff;
}
.xboxContent{
	overflow:hidden; zoom:1;
}
.xboxLoadedContent{
}
.xboxHeader{
	height:50px;
	background:#565656 url(/images/bg_22.jpg) repeat left top;
}
.xboxArticle{
	height:100%;
	background-color:#fff;
	overflow-y:auto;
	overflow:hidden;
	-webkit-overflow-scrolling: touch;
}












