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

* {
	margin:0;
	padding:0;
	border:none;
	outline:none;
}

/*General Mosaic Styles*/
.mosaic-block {
	position:relative;
	overflow:hidden;
	width: 236px;
	height:142px;
	margin: 0 18px 18px 0;
	background:#111 url(../img/progress.gif) no-repeat center center;
	float: left;
}

#maincontent div.mosaic-block.bar div.mosaic-backdrop img {
	width: 100%;
	height: auto;
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#111;
}


	#content{ margin:0px auto; padding:0px 0px;
	width: 780px;
}
.clearfix{ display: block; height: 0; clear: both; visibility: hidden; }
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
	background-color: #111;
}

div.details {
	
		width: 236px;
	height:142px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	line-height: 14px;
}

div.detailsmitte {
	top: 50%;
	bottom: 50%;
	position: relative;
}

h4 {
	vertical-align: middle;
	color: white;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
}

a.mosaic-overlay {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: white;
}

	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
	
		
		.bar .mosaic-overlay {
			bottom:-145px;
			height:155px;
			background:url(../img/bg-black.png);
		}
		
				/*** End Animation Styles ***/
