body {
	background-color: #222222;
}

.thumbnail {
	float: left;
}

.thumbnail a img {
	border-style: solid;
	border-color: gray;
	border-width: 1px;
}

.thumbnail a:hover img {	
	border-style: solid;
	border-color: Silver;
	border-width: 1px;
}

.thumbnail a img.selected, .thumbnail a:active img {
	border-style: solid;
	border-color: white;
	border-width: 1px;
}

.image {
	border-style: none;
	border-color: white;
	border-width: 10px;	
}
	
.caption {
	text-align: center;
	vertical-align: top;
}

.arrows {
	vertical-align: top;
}

.info {
	font-style: italic;
	font-size: 8pt;
}

.imagename	{
	border: none; background: transparent; font-size: 9pt; font-style: italic;
}

