/*
Caption overlay CSS code.
*/

.feature {
	position:relative;
	width:px;
	height:px;
}

.feature img {
	position:relative;
}

.feature .caption h3 {
	margin-bottom:0.25em;
	margin-top:0.25em;
}

.feature .caption p {
	margin-top:0.5em;
	margin-bottom:0.5em;
	margin-left:0.25em;
}

.feature .caption {
	position:absolute;
	width:-20px; 
	bottom:15px;
	left:15px;
	
	margin:5px;
	
	padding-left:5px;
	padding-right:5px;

	font-size:1.1em;
	color:#000000;
	background:#EEEEEE;
	
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}
