.photo {
		position:relative;
		font-family:arial;	
		overflow:hidden;
		width:210px;
		height:130px;
		margin: 5px;
		float:left;
	}
.photo_internas {
		position:relative;
		font-family:arial;	
		overflow:hidden;
		width:210px;
		height:130px;
		margin: 5px;
		float:right;
	}	
	
		.photo .heading, {
			position:absolute;
			background:#000;
			height: 0px;
			width:210px;
		}
		.photo .caption{
			position:absolute;
			background:#ffe700;
			height: 50px;
			width:210px;
		}
		
		.photo .heading { 
			top:-50px;
		}

		.photo .caption {
	bottom:-130px;
	left:1px;
		}
		
		.photo .heading span {
			color: #FF0;	
			top:-50px;
			font-weight:bold;
			display:block;
			padding:5px 0 0 10px;
		}
		
		.photo .caption span{
			color:#000;	
			font-size:11px;
			display:block;
			padding:5px 10px 0 10px;
		}
		.photo .caption span a{
			color:#000;	
			text-decoration: none;
		}
