#gallery_wrapper {
	/*width: 90%;*/
	margin:30px 0px 0 0px;
	border:none;
}
.gallery_thumbnail {
	width:47%;
	height: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;
	height:35px;
	line-height:1em;
}
.gallery_thumbnail p a {
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.8em;
}
.gallery_thumbnail p a:hover {
	color:white;	
}
.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;
}
.displaycount {
	float:right;
	margin:0;
}
.image-navigation  {
	margin-top:30px;
	width:100%;
}
.image-navigation a {
	text-decoration:none;
	font-size:90%;
	font-weight:bold;	
}
td.next-album {
}
td.next-album a {
	display:block;
	background: url(/images/next-button.jpg) no-repeat;
	text-indent:-9999em;
	height:21px;
	width:61px;
	float:right;
}
td.previous-album {
	width:33%;
}
td.previous-album a {
	display:block;
	background: url(/images/prev-button.jpg) no-repeat;
	text-indent:-9999em;
	height:21px;
	width:61px;
}
td.album-pages {
	width:33%;
	text-align:center;
}