
.mosaic-block {
	float:none;
	position:relative;
	overflow:hidden;
	

}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#111;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background:#111;
		text-decoration:none;
	}
	
	
		.bar .mosaic-overlay {
			bottom:-95px;
			height:95px;
			background:url(../images/bg-black.png);
		}
		
.details
{ 
	margin:3px 7px 3px 7px; 
	text-align:left;
}		
