/* GALLERY PAGE */

#gallery_filter {
	float: right;
	margin-top: 5px;
}
.thumbnail {
	float: left;
	width: 125px;
	margin: 10px 10px 0 0;
}
.thumbnail img {
	border: 1px solid black;
}
.thumbnail .caption {
	height: 30px;
	overflow: hidden;
	font-size: .7em;
	padding: 2px;
	background: #e9eadb;
	border-bottom: 1px solid #b1b2a3;
}
#gallery_end {
	clear: left;
	height: 20px;
}