.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:100%;
}

.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
}
	

.bar .mosaic-overlay {
	bottom:-100px;
	height:100px;
	background:url(../img/bg-black.png) top left repeat;
	-webkit-box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, 0.2);
 	box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}


.details{
	margin:8px;
	color:#FFF;
}
	