.facebook li {
	float:left;
	width: 203px;
	height:203px;
	border:1px solid #999999;
	margin:20px 0;
	margin-right:20px;
	overflow:hidden;
	list-style:none;
}

.facebook li img {
	opacity:0;
}

.facebook li:nth-child(4n+4) {
	margin-right:0;
}

.facebook .image_overlay {
	height:100%;
	width:100%;
	background-image:url('images/overlay.png');
	opacity:0;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
}

.facebook li:hover .image_overlay {
	opacity:1;
}

.error_message {
	display:none;
}

.gallery_container h2 {
	font-family: 'Niconne', cursive;
	font-weight:normal;
	margin:0px;
	color:#0092A3;
	font-size:30px;
	clear:both;
}

#top_footer .box {
	position:relative;
}


#top_footer .box .overlay {
	height:60%;
	width:100%;
	background:linear-gradient(rgba(0,146,163,0.6), rgba(0,0,0,0));
	background:-webkit-linear-gradient(rgba(0,146,163,0.6), rgba(0,0,0,0));
	background:-moz-linear-gradient(rgba(0,146,163,0.6), rgba(0,0,0,0));
	background:-ms-linear-gradient(rgba(0,146,163,0.6), rgba(0,0,0,0));
	position:absolute;
}
