/* mouse over effect */
.mosaic-block {
float:left;
position:relative;
overflow:hidden;
width:160px;
height:113px;
margin:0px;
}
.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:#111;
}
.bar .mosaic-overlay {
bottom:-70px;
height:70px;
background:url(../images/bg-black.png);
}
.details{
color:#FFF;
padding:5px;
}
.details .tilte{
font-size:13px;
font-weight:bold;
display:block;
padding:0px 0 5px 0;
}
.details .left{
float:left;
}
.details .right{
float:right;
}
