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

.mosaic-holder{ padding:2px; border:1px solid #eee;  position:relative; 	overflow:hidden;
	width:100%;
	max-width:150px;
	height:100px;
		float:left;
		margin:9px;}

/*General Mosaic Styles*/
.mosaic-block {

	position:relative;
	overflow:hidden;
	width:100%;
	max-width:130px;
	height:100px;
	margin:10px;

/*	-moz-box-shadow: 0 0 5px 3px #ccc;
-webkit-box-shadow: 0 0 3px 5px#ccc;
box-shadow: 0 0 5px 3px #ccc;*/




}



.mosaic-holder h3 {
color:#666;
font-size:14px;
text-align:center;

top:5px;
display:block;
width:100%;
position:absolute;
z-index:1000;


}


.mosaic-holder .circle img{margin-top:10px;}


	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;

	}
	
	
	
	
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:90px;
		color:#fff;
		text-align:center;
	}
	.mosaic-overlay h3 {
		margin-top:50px;
	}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.circle .mosaic-overlay {
			background:url(../images/hover-magnify.png) no-repeat center center;
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			display:none;
		}
		
		.fade .mosaic-overlay {
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			background:url(../images/bg-black.png);
		}
		
	
			.circle .mosaic-overlay {
			background:url(../images/hover-magnify.png) no-repeat center center;
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			display:none;
			position:absolute;
			top:0px;
		}
	
		/*** End Animation Styles ***/
