

/* LIGHTBOX 2 - IC */

#lightbox2{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9002;
	width:780px;
	height:550px;
	margin:-275px 0 0 -390px;
	border:1px solid #fff;
	background:white;
	text-align:left;
}

#lightbox2[id]{
	position:fixed;
}

#lightbox2 iframe 
{
	border:0px;
	overflow: hidden;
}

#overlay2{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9001;
	background-color:#000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
#overlay2[id]{
	position:fixed;
}

body, html
{
	height:100% !important;
	width:100% !important;
}

html>body
{
	height:auto !important;
	width:auto !important;
	min-height:auto !important;
	min-width:auto !important;
}




