#gallery_wrapper {
	width: 640px;
	margin: auto;
	border:1px solid #000;
}

.gallery_thumbnail {
	width:200px;
	float:left;
	margin:5px;
	text-align: center;
}
.gallery_thumbnail a img {
	border: none;
	margin:0;
	padding:2px;
	border:1px solid #462C1B;
	/* 
	---if you want to use a drop shadow behind the thumbnails
	background-image:url('/images/gallery_background.jpg');
	background-repeat:no-repeat;
	padding:0 8px 8px 0;
	*/
}
.gallery_thumbnail p {
	margin: 0 0 1em 0;
	padding: 0;
}
.gallery_thumbnail p a {
	font-weight:bold;
	font-style:italic;
	font-size:0.8em;
}
.gallery_album {
	margin:5px 5px 10px 5px;
	clear:both;
}
.gallery_album a img {
	float: left;
	border: none;
	margin:0;
	/* 
	---if you want to use a drop shadow behind the thumbnails
	background-image:url('/images/gallery_background.jpg');
	background-repeat:no-repeat;
	padding:0 16px 18px 0;
	*/
}
.gallery_album p a {
	font-weight:bold;
}
