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