
	
/* GALLERY */

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:282px;
}
#gallery a {
	left: 0;
	position:absolute;
}	

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:5;
}

#gallery .caption {
	z-index:6; 
	background-color:#000; 
	color:#ffffff; 
	height:0px; 
	width:100%; 
	position:absolute;
	left: 0;
	bottom: 0;
	text-align: left;
}
#gallery .caption .content a {
	position: absolute;
	z-index: 10;
}

#gallery .caption .content {
	margin:5px;
	font-weight: bold;
}

#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#FF0000;
	font-size: 15px;
	margin-bottom: 6px;
}
#gallery .caption .content h4 {
	color: #a8e855;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
#gallery .caption .content .readmore {
	color: #fffc00;
	float: right;
	margin-right: 20px;
}