.imageframe_container
{
 display: inline-block;
 position:relative;
 margin: 0 auto;
}

.imageframe_frame
{
 position:absolute;
 left: 0px;
 top: 0px;
}

.imageframe_image
{
 position:relative;
 left: 0px;
 top: 3px;
}

div.imageframe_text
{
 position:relative;
 float:left;
}

p.image_title
{
 display: inline-block;
 margin: 8px;
 margin-left: 15px;
 margin-right: 15px;
 font-weight: lighter;
 color: #53585F;
 font-size: 14px;
 text-align: left;
}

a.imageframe_link
{
 font-weight: lighter;
 color: #53585F;
 font-size: 14px;
}

