#containerOver {
	position: absolute;
	margin: auto auto auto auto;
	padding: 0;
	left: 0;
	top: 0;
	z-index: 3000;
	background: black;
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
	width: 100%;
	height: auto;
}

#panoramBox {
	position: absolute;
	z-index: 3100;
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
    top: 0;
    left: 0;
	width: 100%;	
	height: 100%;
}

#win {
	background: url(images/loading.gif) no-repeat center center;
/*	background: url(images/bg.gif) repeat-x left top white;  */	
	width: 10%;
	height: 10%;
	padding: 0;
	margin: 0;
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=silver,direction=230,strength=4);	*/	
} 

#win td {
	padding: 0;
	margin: 0;
/*    border: 5px solid white;  */  
}

#win img {
    border: none;
	padding: 0;
	margin: 0;          
}

#panoramBoxHeader {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
	padding: 1em;
    margin: 1em auto; 
	border: none;
	font: 12px Arial; 
	text-transform: none;
/*	opacity: 0.6;
	filter: alpha(opacity=60);
	background: black;
*/
    background: url(images/000-bg-60.png);
    color: #fff !important;
}

a#description:hover #panoramBoxHeader {
    visibility: visible;
}

#panoramBoxImg {
    visibility: hidden;  
}

#panoramBoxObject {
    width: 640px;
    height: 480px;
}

#panoramBoxEmbed {
    width: 640px;
    height: 480px;
}

#panoramBoxContent {
	text-align: center;
}

a#description {
    cursor: default;
    display: block;
    position: relative;
}

#panoramBoxCloseButton {
    cursor: pointer;
    position: absolute;
    z-index: 4000;
    top: -32px;
    right: -32px;
    margin: 0; 
    width: 32px;
    height: 32px;
/*    visibility: hidden;   */
	opacity: 0.6;
	filter: alpha(opacity=60);
	background: url(images/closebox.png) no-repeat;
}
a#description:hover #panoramBoxCloseButton {
	opacity: 1;
	filter: alpha(opacity=100);
/*    visibility: visible;  */
}
#panoramBoxCloseButton:hover {
	opacity: 1;
	filter: alpha(opacity=100);
/*	background-position: 0 -32px;    */
}

#panoramBoxFooter {
	text-align: center;
	margin: 2em;
    display: none;
}

#win a {
	text-decoration: none;
} 


