body{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

div#popup-container{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 5000;
}

div#popup-fade{
	display:none;
	width:100%;
	height:100%;
	background-color: #000000;
}


div#popup{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	/*width:809px;*/
	height:459px;
}

div.popup-back{
	position:absolute;
	top:10px;
	left:0px;
	width:809px;
	height:459px;
}

div#popup-shade{
	display:none;
}

a#popup-close{
	display:block;
	position:absolute;
	top:5px;
	right:5px;
	padding:0px;
	margin:0px;
	width:25px;
	height:25px;
}
a#popup-close:link {    color:#787878; text-decoration:none; }
a#popup-close:visited { color:#787878; text-decoration:none; }
a#popup-close:hover {   color:#787878; text-decoration:none; }
a#popup-close:active {  color:#787878; text-decoration:none; }
a#popup-close img {border:none; width:25px; height:25px;}



/*
div#popup-container div#popup-content{
	position:absolute;
	top:30px;
	left:20px;
	width:761px;
	height:411px;
	overflow:hidden;
}
*/

div#popup-container div#popup-content{
	position:absolute;
	top:30px;
	left:20px;
	background-color:#000;
	background: url(../../images/load1.gif) no-repeat center center;	background-repeat:no-repeat;
}

.popup360 {
	float:left;
	width:100%;
	height:100%;
}

.popup360 #pn360 object {
	float:left;
	width:640px; 
	height:480px;	
}

.popupVideo {
	float:left;
}

.popupVideo object {
	float:left;
	width:600px; 
	height:400px;
}