/*
	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:370px;
	height:370px;
	margin-bottom: 20px;
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background: rgba(17, 17, 17, 0.5);
		color: white;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background: rgba(17, 17, 17, 0.5);
		color: white;
	}
	

		
		.bar .mosaic-overlay {
			margin-left: 15px;
			bottom:-50px;
			height:50px;
			padding-left: 20px;
			text-transform: uppercase;
		}