﻿.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:240px;
	height:185px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
}
.mosaic-block2 {
	float:left;
	position:relative;
	overflow:hidden;
	width:185px;
	height:132px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
}
.mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	background:#111;
}
.mosaic-backdrop img {
	width:240px;
	height:185px;
}
.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	background:#111;
}
.bar .mosaic-overlay {
	bottom:-40px;
	height:40px;
	line-height:10px;
	font-size:14px;
	color:#fff;
	background:url(images/bg-black.png);
	text-align:center;
}
#content {
	width:845px;
	margin:20px auto;
	padding:10px 30px;
}
.clearfix {
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.details {	
	margin:15px 20px;
}

.details span{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;  line-height:14px; text-align:center;}

h4 {
	font:300 16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height:160%;
	letter-spacing:0.15em;
	color:#fff;
	text-shadow:1px 1px 0 rgb(0,0,0);
}
a {
	text-decoration:none;
}
