body {height:100%;}

.overlay {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:50;
	cursor:pointer;
}

#overlay-iframe{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:49;
	cursor:pointer;
}

.container {
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:51;
	top:50%;
	left: 50%;
	margin-left: -245px;
	margin-top: -161px;
	width: 407px;
	padding: 40px 20px 20px 20px;
}

.light-wrap{
	position: relative;
	background: #fff url(../images/global/lightbox-loading.gif) center center no-repeat;	
	height: 254px;
	width: 407px;
	border: 10px solid #fff;
}

#movie {
}

#closebutton {
	cursor: pointer;
	padding: 0 10px;
	position: absolute;
	right: -10px;
	bottom: 264px;
	background: #fff;
	display: none;
}

#closebutton p {
	padding-top: 5px;
	padding-bottom: 5px;
}