/* Styles for galleries */

#galleryholder {text-align: center;}

.galleryblock {
	float: left;
	width: 210px;
	height: 300px;
	border: 1px solid #f00;
	background-color: #00f;
	margin: 5px;
	}

.galleryblock img {margin: 5px auto;}

div.galleryblock p {}

.galleryblock2 {
	float: left;
	position: relative;
	width: 210px;
	height: 300px;
	background-color: #990000;
	margin: 5px;
	background-image: url(layout_images/gallery_background.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #330000;
	border-right: 3px solid #330000;
	border-bottom: 3px solid #330000;
	border-left: 1px solid #330000;
	background-position: right bottom;
	}
	
.galleryblock2 img {margin: 5px auto; border: 2px outset #330000;
	
}

.galleryblock2 p {
	position: absolute;
	bottom: 5px;
	left: 10px;
	color: #fff;
}

#galleryfooter {clear: both; padding-top: 3em;}
