/*
	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:288px;
	height:170px;
	background:#111 no-repeat center center;

}

	.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;
	}
	
		
		.bar .mosaic-overlay {
			bottom:-190px;
			height:135px;
			padding:20px 0;
			background:url(../images/bg-black.png);
			color:#ffffff; text-align:center;
		}
		
		.bar .mosaic-overlay  h4{ color:#2b2b2b; font-size:24px; font-weight:bold; margin-bottom:5px; padding:10px;	background:#fff;}
		
				.bar .mosaic-overlay p{ color:#ffffff; padding:0px 10px; font-style:italic;}
				
				#mosaic-readmore{ padding:10px; background:#fff; margin-top:20px; }

				a#mosaic-readmore{ color:#2b2b2b; font-weight:bold; }
				
				a:hover#mosaic-readmore { }
