/*
	Mosaic - Sliding Boxes and Captions jQuery Plugin
	Version 1.0
	www.buildinternet.com/project/mosaic
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

.details
{
    padding-left:10px;
    padding-top:30px;
    text-align:center;
    }

/*General Mosaic Styles*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:470px;
	height:387px;
	background:#111;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
   font-family: 'Cabin Condensed', sans-serif;
}

.mosaic-block2 {
	float:left;
	position:relative;
	overflow:hidden;
	width:470px;
	height:300px;
	background:#111;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
   font-family: 'Cabin Condensed', sans-serif;
}

.mosaic-block3 {
	float:left;
	position:relative;
	overflow:hidden;
	width:470px;
	height:408px;
	background:#111;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
   font-family: 'Cabin Condensed', sans-serif;
}

	.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;
	}
	
	.mosaic-overlay:hover
	{
	    text-decoration:none;
    }
	
		
		.bar2 .mosaic-overlay {
			bottom:-50px;
			height:200px;
			opacity:0.8;
			color:#ffffff;
		}
		
			.bar2 .mosaic-overlay:hover {
				opacity:1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter:alpha(opacity=100);
			}
		

		/*** End Animation Styles ***/
