body {padding:0; margin:0; width:100%; font-size:12px; font-family:Arial, sans-serif;}

#measurer {
	position:absolute;
	top:-1em;
	width:100%;
	height:1em;
}

#big img {width:800px; height:600px; margin-right:5px;}

#panorama {
		position:absolute;
		top:210px;
		width:100%;
		height:700px;
		background:url('panorama/ajax-loader.gif') center 200px no-repeat;
		overflow:hidden;
}

#panorama-image {
	position:absolute;
	left:0;
	top:0;
	cursor:move;
}

#mover-description {
	left:0;
	top:-1.7em;
	position:absolute;
}

#mover-container {
	position:absolute;
	left:50%;
	top:150px;
	height:75px;
	margin-bottom:50px;
	margin-left:-100px;
	display:none;
}

#mover {
	position:absolute;
	width:58px;
	left:0;
	height:50px;
	top:0;
	opacity:0.3;
	//filter:alpha(opacity=30);
	cursor:move;
	background:url('panorama/mask.gif') center center no-repeat;
	z-index:20;
}

#mover-image {
	position:absolute;
	left:0;
	top:0;
	display:block;
}

#menu {
	position:absolute;
	left:0;
	top:90px;
	width:100%;
	text-align:center;
	display:none;
	line-height:1.8em;
}

#loader {
	display:none;
	width:100%;
	z-index:100;
	color:#000;
	font-size:200%;
	padding-top:100px;
	height:640px;
	text-align:center;
}

h1 {
	position:absolute;
	left:50%;
	top:40px;
	margin-left:-6em;
	color:#666;
	font-size:20px;
	font-weight:normal;
	font-family:Arial, sans-serif;
}

#copyright {
	position:absolute;
	left:50%;
	top:940px;
	margin-left:-6em;
	height:6em;
	color:#666;
}

span.inside {
	color:#0C569C;
	border-bottom:1px dashed #0C569C;
	line-height:1.5em;
	font-weight:normal;
	cursor:pointer;
}

span.inside-selected {
	color:#000;
	border-bottom:none;
	font-weight:bold;
	line-height:1.5em;
	cursor:default;
}		