body{
}
.spacer{
	clear:both;
}
#virtualtour_wrapper{
	width:500px;
	margin:20px 30px 0 30px;
	padding:10px;
	border:1px solid black;
}
.tours_page{
	margin:10px 30px;
}
#content{
	position:relative;
}
#logo{
}
#menubar{
	padding:0;
	margin:0;
	position:relative;
	width:100%;
	height:20px;
	background-color:#577809;
}
#menu{
	padding:0;
	margin:0;
	position:relative;
	left:20px;
	top:0;
}
#left_panel{
	width:175px;
	float:left;
	min-height:450px;
	padding:10px;
	margin-bottom:164px;
	position:relative;
	top:154px;
	text-align:center;
	background-image:url(../images/bg_leftpanel.gif);
	background-repeat:no-repeat;
}
#right_panel{
	width:225px;
	float:right;
	padding:10px;
	min-height:400px;
	position:relative;
	top:30px;
	margin:10px;
	margin-bottom:105px;
}
#main{
	padding:10px 20px 250px 20px;
	background-image:url(../images/pano_750.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	max-width:750px;
}
#main_noright{
	padding:115px 10px 10px 205px;
}
#footer{
	height:15px;
	width:100%;
	background-color:#577809;
}
#photo_panel{
	float:left;
}
.thumbnail {
  position:relative;
  float:left;
  padding:0;
  margin:1px 2px 1px 0;
  text-align: center;
  background-color:#EBDCBD; 
  border:3px solid #F7EFDA;
  overflow:hidden;
  height:100px;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	overflow:visible;
}
.thumbnail span{
	position: absolute;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	min-width:200px;
	z-index:500;
}
.thumbnail span img{ /*CSS for enlarged image*/
	border:1px solid #CCC;
	margin:2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 30px;
	left: 10px; /*position where enlarged image should offset horizontally */
}
.thumbnail:hover{
	overflow:visible;
}	