#main {
	position:relative;
	top:0px;
	left:0px;
}
	#photo {
		margin:0px 0px 0px 10px;
		width:250px;
		height:200px;
		overflow:hidden;
		border:1px solid #628D7D;
	}
	#browse {
		position:relative;
		top:5px;
		left:50px;
	}
		#browse img {
			font-weight:bold;
			text-decoration:none;
			position:absolute;
			top:0px;
			cursor:pointer;
		}
		#previous {
			left:20px;
		}
		#next {
			left:120px;
		}
	#panorama {
		position:absolute;
		top:0px;
		right:10px;
		width:300px;
		height:220px;
		border:0px;
		margin:0px;
	}
		#panorama object {
			width:300px;
			height:220px;
			border:0px;
		}
		#pan {
			position:absolute;
			top:205px;
			right:50px;
			width:250px;
			height:20px;
			background-image:url('../images/arrow.gif');
			background-repeat:no-repeat;
		}
		#button {
			position:absolute;
			top:205px;
			right:20px;
			width:20px;
			height:20px;
			background-image:url('../images/button.gif');
			background-repeat:no-repeat;
		}
	#thumbnails {
		position:absolute;
		top:257px;
		left:-110px;
	}
		#thumbnails img {
			width:50px;
			height:40px;
			border:0px;
			margin:5px 7px;
			cursor:pointer;
		}
#subnavigation {
	background-image:url('../images/separator.gif');
	background-repeat: no-repeat;
	padding: 0px 0 7px 0;
}

#subnavigation_two {
	width:100%;
	height:50px;
	background-color:#628D7D;
	color:white;
	position:relative;
	top:0px;
	left:0px;
	text-align:right;
}

#footer {
	width:100%;
	height:20px;
	background-color:#E6E608;
	color:white;
	position:relative;
	top:0px;
	left:0px;
	text-align:center;
	font-size:11px;
	padding:3px 0px 0px 0px;
	overflow:hidden;
}

#container {
	width:770px;
	height:460px;
	color:white;
	background:#19337C;
	position:absolute;
	top:90px;
	left:50%;
	margin:0px 0px 0px -385px;
	padding:0px;
	border:1px solid white;
	overflow:hidden;
	visibility:hidden;
}

#content {
	height: 258px;
}
