.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:794px;
	padding:0;
	border:0 solid yellow;
}

.clsPopupLayerFrameTrans{
	padding:12px 0 12px 0;
}

.clsPopupLayerFrameBody{
	background:url(/images/lb_bg.png) repeat-y center;
}

.clsPopupLayerFrameBodyTrans{
	background:transparent;
}

.clsPopupLayerFrameBodyContent{
	position:relative;
	width:755px;
	padding:14px 20px 20px 19px;
	margin:0 13px 0 13px;
	border:1px solid #9c9b9b;
	background:#000000;
}

.clsPopupLayerFrame .clsImageTop, .clsPopupLayerFrame .clsImageBottom{
	display:none;
	width:822px;
	height:12px;
	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:19px;
	top:18px;
	cursor:pointer;
	cursor:hand;	
}

#oLBTitle{
	color:#ffffff;
	font-size:24px;
	margin:0 0 10px 0;
}

#oLBPlayer{
	height:460px;
	width:755px;
	overflow:hidden;
}

#oLBPlayer img{
	height:425px;
	width:755px;
}

#oLBControlls{
	margin:21px 0 21px 0; 
}

#oLBControlls img{
	cursor:pointer;
	cursor:hand;
	margin:0 9px 0 0; 
}

#oLBGallery{
	min-height:215px;
}

#oLBGallery .clsThumb{
	position:relative;
	float:left;
	width:180px;
	height:100px;
	margin:0 0 7px 0;
	cursor:pointer;
	cursor:hand;
	
	border:2px solid #000000;
}

#oLBGallery .clsThumbSelected{
	border:2px solid #ffffff;
}

#oLBGallery .clsThumb img{
	width:180px;
	height:100px;
	z-index:1;
}

#oLBGallery .clsSpacer{
	clear:none;
	float:left;
	width:6px;
	height:107px;
}

#oLBGallery .clsThumb .clsVideoIcon{
	display:none;
}

#oLBGallery .clsThumbVideo .clsVideoIcon{
	display:block;
	position:absolute;
	left:63px;
	top:23px;
	width:54px;
	height:54px;
	z-index:2;
}

#oLBInfo{
	height:215px;
	font-size:12px;
	line-height:18px;
	overflow:hidden;
}

#oLBInfo h2{
	display:none;
}
