.clsPopupLayer{
	display:none;
	position:fixed !important;
	position:absolute;
	top:0 !important;

	left:0;
	z-index:1000;

	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:url(/images/dot.png);
}

.clsPopupLayerFrame, .clsPopupLayerFrameTrans{
	display:none;
	/*position:fixed !important;*/
	position:absolute;
	left:0;
	z-index:1001;
	width:706px;
	padding:0;
}

.clsPopupLayerFrameTrans{
	padding:12px 0 12px 0;
}

.clsPopupLayerFrameBody{
	background:url(/images/lb_bg.png) repeat-y center;
}

.clsPopupLayerFrameBodyTrans{
	background:transparent;
}

.clsPopupLayerFrameBodyContent{
	position:relative;
	width:644px;
	padding:14px 30px 20px 30px;
	margin:0 13px 0 13px;
	background:#000000;
}

.clsPopupLayerFrame .clsImageTop, .clsPopupLayerFrame .clsImageBottom{
	display:none;
	width:730px;
	height:13px;
	margin:auto;
}

.clsPopupLayerFrame .clsImageTop{
	background:url(/images/lb_top.png) no-repeat left top;
}

.clsPopupLayerFrame .clsImageBottom{
	background:url(/images/lb_bottom.png) no-repeat left bottom;
}

#oCloseBtn{
	position:absolute;
	right:30px;
	top:18px;
	cursor:pointer;
	cursor:hand;	
}

.clsLBPlayer{
	height:380px;
	width:640px;
	color:#000000;
	overflow:hidden;
	margin:50px auto 10px auto;
}

.clsLBInfo{
	height:250px;
	font-size:14px;
	line-height:18px;
	overflow:hidden;
}