.mosaic-block {
	width: 180px;
	height: 120px;
	float: left;
	position: relative;
	overflow: hidden;
	display: inline;

}
.mosaic-block a { 
	color: #EEE;
	line-height: 120%;

} 
.mosaic-block h4 { 
	font-size: 130%;
	line-height: 130%;
	margin-bottom: 5px;
	color:#FFFFFF;
	font-size:13px;
}
.mosaic-backdrop {
	width:180px;
	height: 120px;
	display: none;
	position: absolute;
	top: 0;

}






.details { 
	margin: 7px 0; 
	text-align: center;
}	
.mosaic-overlay {
	width: 100%;
	height: 100%;
	display: none;
	z-index: 5;
	position: absolute;
	background: #fff;
}


.bar .mosaic-overlay {
	bottom: -33px;
	height: 30px;
	background: url(../image/bg-black.png);
}

.clearfix { 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}