#popup_container {
	width:673px;
	height:673px;
	border:none;
	position:absolute;
	top:50%;
	left:50%;
	margin:-337px 0 0 -336px;
	z-index:1000;
}
#popup_wrapper  {
	position:relative;
	background:url('img/bg_overlay.png') transparent;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 50;
	width: 100%;
	height: 100%;
	overflow:scroll;
}
span#popup_close {
	position:absolute;
	bottom:10px;
	right:12px;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	font-family:verdana;
}
span#popup_close:hover {
	text-decoration:underline;
}
.noscroll {
	overflow:hidden;
}
.pointer {
	cursor:pointer;
}
span.popup_show {
	margin-top:1.5em;
	display:block;
}
div#nh_cont_swf_MyMovie {
	position:relative;
	z-index:0;
}