
/*******************************************************************************
	LIGHTBOX
*******************************************************************************/

.lightBoxContent {
	
	display: none;
}

.lightBoxContainer #lightBoxBgLayer {
	
	background-color: #000000;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999996;
}

.lightBoxContainer .lightBox {
	
	z-index: 999997;
	
	position: fixed;
	display: none;
}

.lightBoxContainer .lightBox .contentLayer {
	
	color: #f5f5f5;
	padding-right: 35px;
	padding-left: 110px;

	z-index: 9999998;
	
	position: absolute;
	top: 0px;
	left: 0px;
	border:solid 1px #00ff00;

}

.lightBoxContainer .lightBox .contentLayer h2 {

	color: #fabb00;
	margin-bottom: 12px;
}



.lightBoxContainer .lightBox .closeIcon {
	
	width: 14px;
	height: 14px;
	
	background-image: url(../img/but_close_lb.jpg);
	
	z-index: 9999999;
	cursor: pointer;
	
	position: absolute;
	top: 5px;  
	right: 7px;		
	
}



div#lightBox_lightbox_html_cnt .closeIcon {
	background-image:url(../img/close.png);
	cursor:pointer;
	height:33px;
	position:absolute;
	right:-3px;
	top:0;
	width:44px;
	z-index:9999999;
}


/* MEDIUM */

.lightBoxContainer .medium  {   
	width: 975px;					/* SET WIDTH AND HEIGHT HERE */
	height: 500px;
	text-align:center;  
	/* overflow:hidden; */
}


.lightBoxContainer .lightBox .noLayout {
	background-color:transparent;
	border:0; 
	height:731px;
	padding:1px;
	width:975px;
	/* overflow:hidden; */
}

div#lightBox_lightbox_cnt{
	width: 445px;
	height: 382px; 
	text-align:left; 
}


#logger{
	position:absolute;
	z-index:1000000;
	background:#ffffff;
}

#videoContainer{
	z-index:1000000;
}



