div#newest_galleries ul
{
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden;
    width:516px;
}
div#newest_galleries li
{
    margin:0 0px 21px 0;
    padding:0;
    float:left;
}
div#newest_galleries li > a
{
    display:block;
    width:141px;
    height:99px;
    border:5px solid white;
    overflow:hidden;
}
div#newest_galleries img
{
    display:none;
}
div#newest_galleries p
{
    line-height:1.7;
    margin:5px 0 0 0;
}
