/*
	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
*/
/*General Mosaic Styles*/
/*portfolio index*/
.mosaic-block1 {
	width:218px;
	height:200px;
	float:left;
	position:relative;
	overflow:hidden;
	background:url(../images/load-indicator.gif) no-repeat 100px 90px; z-index:0;
}
/*portfolio filterable*/
.mosaic-block {
	width:218px;
	height:200px;
	float:left;
	position:relative;
	overflow:hidden;
	background:url(../images/load-indicator.gif) no-repeat 100px 80px #fff;
}
/*portfolio column 3*/
.mosaic-block2 {
	width:294px;
	height:219px;
	float:left;
	position:relative;
	overflow:hidden;
	background:url(../images/load-indicator.gif) no-repeat 140px 97px #f2f2f2;
}
/*portfolio sidebar*/
.mosaic-block-sidebar {
	width:200px;
	height:160px;
	float:left;
	position:relative;
	overflow:hidden;
	background:url(../images/load-indicator.gif) no-repeat 100px 80px #fff;
}
	
	.mosaic-overlay {
		display:none;
		z-index:999;
		position:absolute;
		width:100%;
		height:66%;
	}
	
		/*** 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:block;
			top:0px;
			left:0px;
			width:218px;
			height:200px;
			background-color:rgba(255,255,255,.6);
		}
		.views .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:block;
			top:7px;
			left:7px;
			width:218px;
			height:200px;
			background-color:rgba(255,255,255,.6);
		}
		.views2 .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:block;
			top:7px;
			left:7px;
			width:195px;
			height:178px;
			background-color:rgba(255,255,255,.6);
		}
		.vid .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:block;
			top:0px;
			left:0px;
			width:210px;
			height:165px;
			background-color:rgba(255,255,255,.6);
		}
		.vid2 .mosaic-overlay {
			background:url(../images/hover-video.png) no-repeat center center;
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			display:none;
			top:40px;
			left:65px;
			width:50px;
			height:50px;
		}
		.views-side .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;
			top:40px;
			left:65px;
			width:50px;
			height:50px;
		}
		