@charset "UTF-8";
/* CSS Document */
.galleries {
	display:block;
	overflow:visible;
	margin:0 auto 20px auto;
	background: #000000;
}
h3.gHeader {
	margin:10px 35px 0 35px;
	font-size: 20px;
	color: #776B27;
}

.galleryLink{
	display: inline;
	float: left;
	width: 48%;
	padding:20px 0;
	text-align: center;
}
.galleryLink a{
	font-size:11px;
	text-decoration: none;
	color: #CCCCCC;
}
.galleryLink a:hover {
	text-decoration: none;
	color: #776B27;
}

.galleryLink a h4 {
	/*height:10px;*/
	padding:0px;
	margin:0px;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
}
.galleryLink a:hover h4 {
	text-decoration: none;
	color: #776B27;
}
.galleryLink p{
	font-size: 11px;
}
