body {
	background-color: #fff;
	color: #47475A;
	font-size: medium;
}
body h1 {
	border: dashed 1px #999;
	background-color: #eee;
	font-size: x-large;
	margin: 8px 8px 8px 8px;
	padding: 0 0 2px 6px;
}
body td {
	vertical-align: top;
}
#view {
	width: 100%;
}
#description {
	margin: 0 0 0.3ex 8px;
}
#images {
	width: 100%;
}
#thumbnails {
	border: dashed 1px #999;
	background-color: #eee;
	padding: 5px;
}
#item {
	width: 510px;
	border: dashed 1px #999;
	background-color: #eee;
	padding: 3px;
}
#item .caption {
	padding: 2px 6px 0 6px;
}
#item h2 {
	margin: 0 0 0 0;
	font-size: 110%;
}
#item .imgbox_off, #item .imgbox_on {
	float: none;
}
#current_img {
	vertical-align: middle;
}
#thumbnails .imgbox_off, #thumbnails .imgbox_on {
	cursor: hand;
}
.imgbox_off, .imgbox_on {
	float: right;
	padding: 0px;
	text-align: center;
}
.imgbox_off img {
	border: solid 2px #ddd;
}
.imgbox_on img {
	border: solid 2px #66c;	
}

