h1 {
	margin: 0 5px 0 5px;
	background-image: url(bg.gif);
	padding: 16px 35px 13px 0;
	font-size: xx-large;
	color: #666;
	text-align: right;
	font-family: Lucida Console, Monaco, Andale Mono, Monospace;
}
body td {
	vertical-align: top;
}
#view {
	width: 100%;
	height: 600px;
	color: #47475A;
}
#images {
	width: 95%;
}
#description {
	text-align: center;
	margin: 0.5ex 0 0 0;
}
#captions h2 {
	font-family: Lucida Console, Monaco, Andale Mono, Monospace;
	margin: 1ex 0 1ex 0;
	color: #666;
	font-size: 120%;
}
#captions div div {
}
#thumbnails {
	text-align: center;
}
#thumbnails .imgbox_off, #thumbnails .imgbox_on {
	float: right;
}
#item {
	width: 520px;
}
#item .imgbox_off, #item .imgbox_on {
	text-align: left;
	padding: 0;
}
#item img {
	margin: 0;
	vertical-align: middle;
	border: solid 2px #666;
}
.imgbox_off, .imgbox_on {
	text-align: center;
}
.imgbox_off img {
	border: solid 2px #fff;
}
.imgbox_on img {
	border: solid 2px #600;	
}

