.mosaic-block {
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width:220px;
	height:210px;
}
h4{
font:bold 11px tahoma;
text-align:center;
color:#fff;
}
p{
font: 11px tahoma;
text-align:center;
color:#aaa;
}
a{
text-decoration:none;
}

	.mosaic-backdrop {
		margin-top:35px;
		margin:0 auto;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:220px;
		height:210px;
		background:#353535;
	}
			
		.bar2 .mosaic-overlay {
			bottom:-55px;
			height:100px;
			opacity:0.8;
		}
.details{
direction:rtl;
}
.details p{
color:#fff;
}