#PictureTable table {
	width: 824px;
	}

#PictureTable TD {
	background: black url(/img/CellBG.gif) no-repeat;
	background-position: -2px -2px;
	width: 200px;
	height: 200px;
	text-align: center;
}

#PictureTable IMG {
	vertical-align: middle;
}

.email {
	position: absolute;
	top: -100px;
	left: -100px; 
	} 

div.image {
	position: relative; 
	}

img {
	border: 0;
	}

div.pano.image {
	height: 150px;
	width: 200px;
	background-color: black;
	}

div.pano.image.img {
	position: absolute;
	top: 0;
	left: 0;
	}

.minipano {
	background-image: url("/img/pano200.png"); 
	position: absolute;
	top: 0;
	height: 150px; 
	width: 200px; 
	left: 3; 
	z-index: 5; 
	}

.pano {
	background-image: url("/img/pano800.png"); 
	position: absolute;
	top: 0;
	height: 600px; 
	width: 800px; 
	left: 0; 
	z-index: 5; 
	}

