

.photo {
		position:relative;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		overflow:hidden;
		width:160px;
		height:185px;
	}	
	
		.photo .heading, .photo .caption {
			position:absolute;
			background:#000;
			height:50px;
			width:160px;
			opacity:0.6;
			margin-left:0px;
		}
		
		.photo .heading { 
			top:-50px;
		}

		.photo .caption { 		
			bottom:-50px;		
			left:0px;
		}
		
		.photo .heading span {
			font-size:12px;
			color:#ffffff;
			top:-50px;
			font-weight:bold;
			display:block;
			padding:5px 0 0 10px;
		}
		
		.photo .caption span{
			font-size:13px;
			color:#fff;
			text-align:center;
			display:block;
			padding:5px 10px 0 10px;
		}
		
				.photo .caption span strong{
			font-size:18px;
			text-align:center;
			color:#ffffff;
		}
		
