/* CSS Document */

.thumbnails {
	background: #F1F9E4;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	width: 100%;
	float: left;
}

.thumbnails_bottom {
	background: #F1F9E4;
	border: 1px solid #ccc;
	margin: 0;
	width: 100%;
	float: left;
}

.thumbnails img, .thumbnails_bottom img {
	margin: 10px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #333;
}

.gallery {
	color: #666;
	border-bottom: 1px solid #ccc;
	text-indent: 10px;
	letter-spacing: 1px;
}

#credit {margin-bottom: 0;}