.details {
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.details span {
	font-size: 10px;
}


.mosaic-block {
	position:relative;
	overflow:hidden;
	margin-left: 40px;
	margin-top: 30px;
	width: 300px;
	height: 150px;
	display: inline-block;
}

	.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;
	}
	
		
		.bar .mosaic-overlay {
			bottom:-50px;
			height:100px;
			background:url(../images/mosaic_bg.png) repeat-y;
			padding-left: 5px;
			padding-top: 5px;
		}
		