.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:146px;
	height:98px;
	margin:0;
	background:#111 url(../images/mosaic/progress.gif) no-repeat center center;/*border:1px solid #fff;
	-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:none repeat scroll 0 0 rgba(26, 123, 235, 0.9);
}
.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	background:none repeat scroll 0 0 rgba(26, 123, 235, 0.8);
}
.bar .mosaic-overlay {
	bottom:-98px;
	height:98px;
	background:url(../images/mosaic/bg-blue.png);
}
.bar a {
	text-decoration:none;
	color:#fff
}
.strip .mosaic .span-3 {
	width:146px;
	margin-top:9px;
	margin-bottom:8px;
	margin-right:8px
}
.mosaic .first {
	margin-left:9px
}
.strip .mosaic .span-19 {
	background:/*#F9F9F9*/#efefef;
	border-bottom:1px solid #E5E5E5;
}

.strip .mosaic .details p, .square .mosaic .details p {padding:6px 6px 0 6px}

.square .mosaic-block {
	width:108px;
	height:108px;
}

.square .bar .mosaic-overlay {
	bottom:-108px;
	height:108px;
}