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

.mosaic-upcoming_events {
	float:left;
	position:relative;
	overflow:hidden;
	width:70px;
	height:100px;
	margin:8px 4px;
	background:#111 url(../img/progress.gif) no-repeat center center;
	border:1px solid #090b0a;
    overflow: hidden;
    margin-right: 10px;
}

.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:140px;
	height:200px;
	margin:4px 4px;
	background:#111 url(../img/progress.gif) no-repeat center center;
    border: 1px solid #CCC;
    overflow: hidden;
}

.mosaic-backdrop {
    display:none;
    position:absolute;
    top:0;
    height:100%;
    width:100%;
    background:#FFF;

    line-height: 200px;
    vertical-align: middle;
}
.mosaic-backdrop img {
    margin: 0 auto;
    display: block;
}

.mosaic-overlay {
    display:none;
    z-index:5;
    position:absolute;
    width:100%;
    height:100%;
    background:#CCC;
}


.bar .mosaic-overlay {
    bottom:-120px;
    height:120px;
    background:url(../img/bg-white.png);
}

