* {
	margin:0;
	padding:0;
	border:none;
	outline:none;
}
/*General Mosaic Styles*/
.mosaic-block  { background-image: url("../img/progress.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: center; margin: 0 12px 20px; position: relative; width: 216px; height: 180px; float: left; overflow: hidden }

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:140px;
		width:212px;
		 border:2px solid #ddd;
		-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);*/
		
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:212px;
		height:140px;


	}
	
		.circle .mosaic-overlay {
			background:url(../img/lupa.png) no-repeat center center;
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			display:none;
		}
