/*General Mosaic Styles*/
/*.mosaic-block1 {
	float:left;
	position:relative;
	overflow:hidden;
	width:479px;
	height:290px;
	margin:156px 1px 0 0;
}*/
.mosaic-block1 {
	float:left;
	position:relative;
	overflow:hidden;
	width:238px;
	height:290px;
	margin:156px 0 0 0;
	/*background: transparent url(img/progress.gif) no-repeat center center;*/
}
.mosaic-block2 {
	float:left;
	position:relative;
	overflow:hidden;
	width:238px;
	height:290px;
	margin:156px 0 0 3px;
	/*background: transparent url(img/progress.gif) no-repeat center center;*/
}
.mosaic-block3 {
	float:left;
	position:relative;
	overflow:hidden;
	width:238px;
	height:290px;
	margin:156px 0 0 3px;
	/*background: transparent url(img/progress.gif) no-repeat center center;*/
}
.mosaic-block4 {
	float:left;
	position:relative;
	overflow:hidden;
	width:237px;
	height:290px;
	margin:156px 0 0 3px;
	/*background: transparent url(img/progress.gif) no-repeat center center;*/
}

	.mosaic-backdrop {
	display:none;
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	}
	
	.mosaic-overlay {
	display:none;
	z-index:5;
	position:absolute;
	width:100%;
	height:100%;
	/*background:#414141;*/
	background: url(../../images/background-72.png);
	padding: 15px;
	color : #FFF;
	font-size : 14px;
	line-height: 20px;
	font-family : verdana, arial;
	}

.mosaic-overlay .title {
	font-family: "Century Gothic", "ITC Avant Garde Gothic", "Trebuchet MS", Verdana, Geneva, sans-serif;
	font-size : 18px;
	color:#FFF;
	padding: 23px 0 20px 0
}

.mosaic-overlay .title_fr {
	font-family: "Century Gothic", "ITC Avant Garde Gothic", "Trebuchet MS", Verdana, Geneva, sans-serif;
	font-size : 16px;
	color:#FFF;
	padding: 18px 0 0 0
}

a.mosaic-overlay:visited  {
	color : #FFF;
	text-decoration : none;
}
a.mosaic-overlay:hover  {
	color : #FFF;
	text-decoration : none;
}

/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.bar1 .mosaic-overlay {
			bottom:-130px;
			height:220px;
			/*opacity:0.8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter:alpha(opacity=80);*/
		}
		
			/*
			.bar1 .mosaic-overlay:hover {
				opacity:1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter:alpha(opacity=100);
			}
			*/
			.bar1 .mosaic-overlay:active {
				/*opacity:1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter:alpha(opacity=100);*/
				color:#CC0000;
			}
