/*
	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
*/

* {
	border:none;
	outline:none;
}

/*General Mosaic Styles*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:190px;
	height:129px;
	margin:0 10px 15px 0;
	background:url(progress.gif) no-repeat center center;
	border:none;
}
.mosaic-block h4  {
	font-size:14px;
	color:#fff;
	line-height:20px;
	text-align:left;
	padding:10px 10px 5px 10px;
	margin:0;
}
.mosaic-block p  {
	font-size:12px;
	color:#fff;
	line-height:14px;
	text-align:left;
	padding:0 10px;
	margin:0;
}

.mosaic-backdrop {
	display:block;
	position:absolute;
	top:0;
	height:129px;
	width:190px;
	text-align:center;
	background:url(../images/projetos/thumb_shadow.png) no-repeat top center;
}
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:178px;
		height:118px;
		background:#111;
		margin:0 6px;
		text-decoration:none;
	}
	
		.fade .mosaic-overlay {
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			background:url(bg-black.png);
		}
		