#gallery {
	position:relative;
}

#gallery_image {
	height:343px;
	z-index:-1;
}

#gallery_text {
	position:absolute;
	left:25px;
	top:20px;
	background:#2e1031;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;
	width:450px;
	z-index:999;
}

#gallery_text h2 {
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
	margin:15px 20px 0 20px;
}

#gallery_text h2 span {
	font-size:23px;
}

#gallery_text p {
	color:#FFF;
	margin:4px 20px 20px 20px;
}

#cards_container {
	clear:both;
	padding:30px 20px 0 20px;
	height:129px;
	overflow:hidden;
}

#cards_container div {
	width:230px;
	height:129px;
	float:left;
}

#cards_container img {
	float:left;
}

#map {
	clear:both;
}