div.image_with_desc
{
    margin-bottom:3px;
    margin: 5px 15px;
  
}
div.image_with_desc p.author
{
    margin:0;
    margin-left:9px;
    text-align:right;
    color:#aaa;
    padding:6px;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
    line-height:1;
    font-size:11px;
    float:right;
}
div.image_with_desc img
{
    padding:0;
    border:0;
    margin:0;
    display:block;
}
div.image_with_desc p.description
{
    margin:5px 0 0 3px;
    font-size:13px;
    text-align:left;

}
div.center_image, div.view div.center_image
{
    left:50%;
    position:relative;
    float:left;
    overflow:visible;
}
div.center_image div.image_with_desc
{
    right:50%;
    position:relative;
    float:left;
}