.mosaic-block
{
    float: left;
    position: relative;
    overflow: hidden;
    width: 160px;
    height: 160px;
    background: #396d95 url(/imgages/template/progress.gif) no-repeat center center;
    border: 4px solid #2669a3;
    margin:10px;
}

.mosaic-backdrop
{
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
}

.mosaic-overlay
{
    display: none;
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
}


.projects .mosaic-overlay
{
    bottom: -70px;
    height: 100px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.projects .details
{
    margin-left: 5px;
    color: #fff;
}
.projects .details h4
{
    margin: 5px;
}
.projects a
{
    text-decoration: none;
}
.projects p
{
     line-height:14px;
}

