.gallery {
	margin: 1em 0;
}

.gallery_thumb_folder, .gallery_thumb_image {
	width: 302px;
	float: left;
	text-align: center;
}
.gallery_thumb {
	background-color: #eee;
	margin: 2px;
	height: 271px;
	border: 1px solid #ddd;
}
.gallery_thumb a {
	display: block;
	border: none !important;
	padding: 6px 8px 0 8px;
	height: 265px;
	text-decoration: none !important;
}
.gallery_thumb img, .gallery_image {
	border: 1px solid #000;
	padding: 0;
	background-color: #ffffff;
}
.gallery_thumb_filename {
	text-align: left;
	font-size: 80%;
	font-size: 10px;
	line-height: 1em;
	padding: 5px 30px 0 0;
}
.gallery_thumb_folder a {
	background-image: url(folder.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.gallery_thumb_image a {
	background-image: url(image.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
