body {
	background-color: black; 
	color: white; 
	}

body a
	{
	color: yellow;
	}
#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; 
	} 

p.image {
	float: left;
position: relative;
	margin-top: 0;
	}

p.image a.previous,
p.image a.next {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; 
	text-decoration: none;
	}

p.image a.previous {
	right: 75%; 
	}

p.image a.next {
	left: 75%; 
	}

p.image a.previous:hover ,
p.image a.next:hover 
	{
	background-color: white;
	opacity: 0.10;
	}

#navigation ul
	{
	margin: 0;
	padding: 0;
	}
#navigation li
	{
	float: left; 
	padding: 0;
	margin: 3px 10px;
	}

#navigation li a
	{

	}
#navigation #rightoptions li
	{
	float: right;
	}

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"); 
	top: 0;
	height: 600px; 
	width: 800px; 
	left: 0; 
	z-index: 5; 
	}

div.clear
	{
	clear: both;
	}

#group
	{
	height: 200px; 
	width: 100%;
	overflow: scroll; 
	}
#group li
	{
	list-style-type: none; 
	float: left; 
	margin-right: 5px; 
	}

div#comment_validation_form
	{
	float: left; 
	border: 1px solid white; 
	border-radius: 8px; 
	padding: 7px; 
	}

div#comment_validation_form div.comment
	{
	background-color: #888;
	padding: 5px; 
	}

div#comment_validation_form ul,
div#comment_validation_form li,
div#comment_form ul,
div#comment_form li
	{
	list-style-type: none;
	padding-left: 0; 
	margin-left: 0;
	}

div#comment_form.hidden h2
	{
	font-size: 12px; 
	}

div#comment_form.hidden ul
	{
	display: none; 
	}

div#comment-list 
	{
	font-size: 80%; 
	font-family: helvetica, arial, sans-serif; 
	width: 600px; 
	}

div#comment-list > .comment
	{
	border: 1px #aaa dashed;
	margin-bottom: 10px; 
	}

div#comment-list div.comment-body,
div#comment-list div.meta
	{
	padding: 10px; 
	}

div#comment-list .comment  .meta
	{
	font-size: 75%; 
	height: 18px; 
	border-top: 1px #888 dotted; 
	}

div#comment-list .comment  .meta div
	{
	float: left; 
	font-style: italic; 
	margin-right: 25px;
	}

div#comment-list .comment  .meta div.timestamp
	{
	float: right; 
	}
