	div.photo {
		position:relative;
		font-family:arial;	
		overflow:hidden;
		border:1px solid #000;
		margin:8px;
	}	
	
		div.photo .heading, .photo .caption {
			position:absolute;
			background:#000;
			width:100%;
			opacity:0.7;
		}
		
		div.photo .heading { 
			top:-30px;
			height:30px;
		}

		div.photo .caption { 		
			bottom:-50px;		
			left:0px;
			height:50px;
		}
		
		div.photo .heading span {
			color:#26c3e5;	
			top:-30px;
			font-weight:bold;
			display:block;
			padding:5px 0 0 10px;
		}
		
		div.photo .caption span{
			color:#fff;	
			font-size:.85em;
			font-style:italic;
			display:block;
			padding:5px 10px 0 10px;
		}
	.floatright{float:right;}
	.floatleft{float:left;}