#weekly_photo {
    width:205px;
    margin-bottom: 10px;
    margin-left:220px;
    padding-top:1px;
    text-align:center;
    
}

#weekly_photo .header_area {
    width:210px;
}


#weekly_photo div.weekly_photo {
    width:210px;

    background-image: url('/images/week_photo_top.png');
    background-repeat:no-repeat;
    padding-top:14px;
    margin-left:0px;
    margin-right:5px;
    margin-top:4px;
    
    overflow:visible;
    
}

#weekly_photo div.weekly_photo a {
    width:208px;

    display:table-cell;
        text-align:center;
    padding-bottom:5px;

    overflow:visible;
    vertical-align: top;
    
}

#weekly_photo div.weekly_photo #photo_desc {
    width:210px;
    margin-top:5px;
    background-image: url('/images/week_photo_bottom.png');
    background-repeat:no-repeat;
    background-position:bottom left;
    text-align:center;
    padding-bottom:5px;

}
#weekly_photo div.weekly_photo #photo_desc p {
    margin:5px 15px 15px 15px;
    text-align:center;
}
#weekly_photo div.weekly_photo a img {
    border:1px solid #ccc;
}
