

.photo {
		position:relative;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		overflow:hidden;
		width:100%;
		height:340px;
	}	
	
.photo .heading, .photo .caption {
	position:absolute;
	background:#000;
	height:50px;
	width:100%;
	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;
		}
		
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; }
