/* ======================= [ "LIGHTBOX" ] ========================= */

#FLVBoxOverlay.hidden,
#FLVBoxOverlay .hidden{
	display:none;
}

#FLVBoxOverlay{
	position:absolute;
	top:0;
	left:0;
	background-color:#000000;
}

#FLVBoxPopup{
	position:absolute;
	top:0;
	left:0;
	padding:20px;
}

#FLVBoxPopup .content,
#FLVBoxPopup .controls{
	font-size:11px;
}

#FLVBoxPopup .content a,
#FLVBoxPopup .controls a{
	font-weight:bold;
}

#FLVBoxPopup .controls a.close{
	float:right;
	width: 24px;
	height: 24px;
	background: transparent url('../img/flvbox/close.gif') no-repeat;
	text-indent: -999999em;
}

#FLVBoxPopup #FLVBoxMoviePlace.loading{	
	background-image:url(/img/flvbox/loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	width:500px;
	height:374px;
	margin-bottom:20px;
}

#FLVBoxPopup{
	color:#000000;
	background-color:#FFFFFF;
}

#FLVBoxPopup .content,
#FLVBoxPopup .controls,
#FLVBoxPopup .content a,
#FLVBoxPopup .controls a{
	color:#000000;
}

#FLVBoxPopup .content h2 {
	padding-top: 6px;
}
