tr.config {
	visibility: hidden /* change this to hidden before you publish the site */
	}
	
table.tourPane {
	border:0px; 
	width:100%; 
	position:relative; 
	text-align:left
	}

td.tourPanorama {
	width:auto
	}
	
td.tourPanorama div div span {
	visibility: visible; 
	color:#000000; 
	background-color:#ffffff
	}

td.tourPanorama div.mainDiv img.arrow {
	position:relative;
	top:46%; 
	z-index: 5
	}

.left {
	float: left
	}
	
.right {
	float: right
	}
	
td.tourPanorama div.mainDiv {
	position: relative; 
	float:left;
	top: 0px; 
	left: 0px; 
	overflow:hidden; 
	cursor:crosshair; 
	color:#222; 
	border:2px solid;
	}
	
td.tourPanorama div.mainDiv div img {
	border: 0px solid;
	/* set next 2 lines to '1 px solid' while working on the tour. Comment them out for the final version. */
	/*border-right: 1px solid;
	border-left: 1px solid;*/
	}

td.tourNotification {
	width:100%
	}

div.tourControl {
	text-align:left
	}

div.tourInfo {
	text-align: left
	}
	
table.mapPane {
	text-align:left
	}
	
td.mapCell {
	/*width:auto*/
	}
	
td.zoomCell {
	/*width:auto*/
	}
	
td.mapCell div.mainDiv {
	position: relative; 
	float:left;
	top: 0px;
	left: 0px;
	width:60%;
	height:90%;
	overflow:hidden;
	cursor:crosshair;
	color:#202020;
	border:2px solid; 
	background-color:#404040
	}
	
td.zoomCell div {
	margin: 10px;
	}
	
td.mapInfoCell {
	padding-left: 10px;
	padding-right: 10px;
	}

div.credit {
	margin-top: 12pt;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-size: 80%;
	clear: both;
	}
