

.mosaic-block .details{margin:4px 6px;}
.mosaic-block h4{font-size:15px; margin:11px 0 0; line-height:160%; color:#a0df30; text-align:center; padding:0;}
.mosaic-block .more-info{padding:0; color:#aaa; font-size:13px; color:#ffffff;}
	.mosaic-block .more-info .address{text-align:center; margin-bottom:3px; font-size:14px; height:15px; overflow:hidden; color:#ffffff;}
	.mosaic-block .more-info .address span, .property-details label{color:#b0d6fb;}
	.property-details{list-style:none; margin-top:20px;}
	.property-details li{clear:left;}
	.property-details label{width:90px; float:left; padding-top:4px;}
.mosaic-block a{text-decoration:none;}
.mosaic-block .mosaic-backdrop img{width:300px; height:225px;}





/*General Mosaic Styles*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:210px;
	height:158px;
	margin:0 2px 2px 0;
	background:#111 url(images/progress.gif) no-repeat center center;
	border:1px solid #000000;
	-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-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background:#111;
	}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.circle .mosaic-overlay {
			background:url(images/hover-magnify.png) no-repeat center center;
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			display:none;
		}
		
		.fade .mosaic-overlay {
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			background:url(images/bg-black.png);
		}
		
		.bar .mosaic-overlay {
			bottom:-100px;
			height:100px;
			background:url(images/bg-black.png);
		}
		
		.bar2 .mosaic-overlay {
			bottom:-100px;
			height:145px;
			opacity:0.85;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
			filter:alpha(opacity=85);
			padding:0;
			margin:0;
		}
		
			.bar2 .mosaic-overlay:hover {
				opacity:0.95;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
				filter:alpha(opacity=95);
			}
		
		.bar3 .mosaic-overlay {
			top:-100px;
			height:100px;
			background:url(images/bg-black.png);
		}
		/*** End Animation Styles ***/
