/*
	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 {
	float:left;
	position:relative;
	overflow:hidden;
	width:197px;
	height:150px;
	margin:0;
	background:#1a1a1a url(../img/progress.gif) no-repeat center center;
	border:0;
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#1a1a1a;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background:#1a1a1a;
	}
	
		
		.bar .mosaic-overlay {
			bottom:-150px;
			height:150px;
			background:url(../img/thumb-bar.png) no-repeat center;
		}
		
	.details {
	margin-top:100px;
	text-align:center;
	}
		
		
		/*** End Animation Styles ***/
