/*
	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
*/


#mosaic-content{ width:747px; margin:5px auto;  }
				.clearfix{ display: block; height: 0; clear: both; visibility: hidden; }
						
				.mosaic-details{ margin:15px 15px; }	
				
				.mosaic-title { font: 20px Arial, sans-serif; color:#fff;  }
				.mosaic-copy { font: 12px Arial, sans-serif; color:#fff; }
				.mosaic-copy a { text-decoration:none; color:#36F; }
					




/*General Mosaic Styles*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:235px;
	height:200px;
	margin:5px;
	padding:0px;
	border:1px solid #fff;
	background-image: url(../images/progress.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		
	}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		
		
		.bar .mosaic-overlay {
			bottom:-500px;
			height:auto;
			background:url(../images/bg-black.png);
		}
		
		
		/*** End Animation Styles ***/
