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

	background:#111 url(../img/progress.gif) no-repeat center center;

}

	.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 {
			
			background:url(images/bg-black.png);
		}
		
.details
{ 
	margin:5px 10px; 
	text-align:left;
}		
