div.caption {
	margin: 0;
	padding:0;
	position: relative;
	width:100% !important;
	text-align:center;
}

div.caption p {
	position: absolute;
	margin: 0; padding: 2px;
	font-size: 13px;
	line-height:26px;
	width:148px;
	font-weight:bold;	
	bottom: 0;
	left: 0;
	background:black;
	color: white;
	opacity: .7;
	text-transform:capitalize;
}

div.caption img {
	margin: 0; padding: 0;
}

