div.w-gallery{
    clear:both;
    margin:0;
    width:100%;
}

div.w-gallery > div{
    float:left;
    width:100%;
}

div.gallery{
    float:left;
    width:960px;
}

div.w-gallery h4{
    font-size:16px;
    font-weight:bold;
}

div.gallery-image{
    float:left;
    margin:0 10px 10px 0;
    width:148px;
}

div.gallery-image.l{
    margin-right:0;
}

div.gallery-image img{
    float:left;
    width:148px;
    height:148px;
}

div.gallery-image p{
    float:left;
    padding:5px;
    width:138px;
    height:40px;
    overflow:hidden;
    font-size:11px;
    background:#ededed;
    overflow:hidden;
}