/*General Mosaic Styles*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:80px;
	height:80px;
	margin:0px 5px 5px 0px;
	background-color: #fff;
	background-image: url(https://img1.doctorsim.com/img/2011/progress.gif);
	background-position: center center;
	background-repeat: no-repeat;

}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background-color: #fff;		
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;		
		text-indent: -9999px;
	
	}
	
/*** Custom Animation Styles (You can remove/add any styles below) ***/
.circle .mosaic-overlay {
background-image: url(https://img1.doctorsim.com/img/2011/hover-magnify2.png);
background-repeat: no-repeat;
background-position: center center;
opacity:0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
filter:alpha(opacity=00);
display:none;
}