#contentArea
{
	text-align: center;
	background: none;
	/*-webkit-box-shadow: none;*/
	border: 0px;
	width: auto;
}

#photoFrame
{
	display: inline-block;
	background: #fff;
	padding: 16px;
	border: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	/*-webkit-box-shadow: 0px 3px 4px #c1c1c1;*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 10px;     /* Switch to 15px once Firefox supports rounded <img> borders */
}

#photoFrame a
{
	outline: none;
	text-decoration: underline;
	margin-bottom: 0px;
}

#photoFrame img
{
	border: none;
	display: block;
    /*-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;*/
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

div#photoFrame-meta
{
    text-align: center;
    margin-top: 6px;
    margin-bottom: 0px;
    overflow: auto;
}

span#photoFrame-meta-title
{
    float: left;
    font-size: 1.5em;
    line-height: 1.0em;
    margin-bottom: 1.5em;
    margin-top: 0.0em;
}

span#photoFrame-meta-flickr
{
    float: right;
}