

* {
    margin:0;
    padding:0;
    border:none;
    outline:none;
}

/*General Mosaic Styles*/

.mosaic-block {
    float:left;
    position:relative;
    overflow:hidden;
    width:380px;
    height:271px;

    border:1px solid #d9d9d9;
	margin:25px 0 0 25px;
	padding-bottom: 15px;
}

.mosaic-block2 {
    float:left;
    position:relative;
    overflow:hidden;
    width:383px;
    height:203px;
	margin:55px 0 0 25.2px;
	background: rgba(0,0,0,0.8);
}

.mosaic-block3 {
    float:left;
    position:relative;
    overflow:hidden;
    width:376px;
    height:191px;
    background:#111 url(/templets/wx3m/images/progress.html) no-repeat center center;
    border:1px solid #ccc;
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	 margin-bottom:30px
}



.mosaic-backdrop {
    display:none;
    position:absolute;
	padding:2px 0 0 55px;
    top:0;
    height:100%;
    width:100%;
    background:#fff;
}

.mosaic-overlay {
    display:none;
    z-index:5;
    position:absolute;
    width:380px;
    height:303px;
    background:#fff;
}

/*** Custom Animation Styles (You can remove/add any styles below) ***/
.circle .mosaic-overlay {
    background:url(/templets/wx3m/images/hover-magnify.html) 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:#148CC8;
}

.bar .mosaic-overlay {
    bottom:-100px;
    height:100px;
    background:url(/templets/wx3m/images/bg-black.html);
}

.bar2 .mosaic-overlay {
    bottom:-50px;
    height:100px;
    opacity:0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter:alpha(opacity=80);
}

.bar2 .mosaic-overlay:hover {
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
}

.bar3 .mosaic-overlay {
    top:-100px;
    height:100px;
    background:url(/templets/wx3m/images/bg-black.html);
}


#content{ width:845px; margin:20px auto; padding:10px 30px; }
.clearfix{ display: block; height: 0; clear: both; visibility: hidden; }

.details{ margin:15px 20px; }	
h4{ font:300 16px 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height:160%; letter-spacing:0.15em; color:#fff; text-shadow:1px 1px 0 rgb(0,0,0); }

a{ text-decoration:none; }
