#View360-modalBackground{  
	position:fixed; /* keeps the lightbox window in the current viewport */
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background:rgba(0,0,0,0.75);
	text-align:center;
	z-index: 9998;
}

#View360-lighboxOuter {  
	position:absolute;
	display:table-cell;
	vertical-align:middle;
	top:0px; bottom:0px; left:0px; right:0px;
	height:100%;
	text-align:center; /* used to center div in IE */
	z-index: 9999;
}

#View360-lighbox {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width:706px; 
	height:565px; 
	background:#fff; 
	text-align:left;
	border:1px solid #ccc;
	border-top:none; 
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 0px 0px;
	-webkit-border-radius: 0 0 0px 0px; 
	box-shadow:0px 5px 25px #0E0E0E;
	-moz-box-shadow:0px 5px 25px #0E0E0E;
	-webkit-box-shadow:0px 5px 25px #0E0E0E;
}

