﻿h1, h2, h3
{
	font-size: 16px;
	margin: 0 0 20px 0;
}
#photofy_box
{
	padding-left: 13px;
	padding-top: 5px;
}
#photofy
{
	/* [disabled]width: 506px; */
	/* [disabled]height: 314px; */
	position: absolute;
	/* [disabled]top: 40%; */
	/* [disabled]left: 50%; */
	/* [disabled]margin: 0px 0 0 -253px; */
}
.photofy_overlay
{
	width: 700px;
	height: 420px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin: -130px 0 0 -400px;
}

#photofy a
{
	color: #1f90c5;
}

#photofy a.photofy_overlay_close
{
	font-size: 12px;
}

#photofy a.photofy_thumbnail
{
	border: 1px solid #eee;
	display: block;
	float: left;
	text-decoration: none;
	width: 86px;
	height: 86px;
	padding: 5px;
	margin-top: 0;
	margin-right: -1px;
	margin-bottom: -1px;
	margin-left: 0;
}

#photofy a img
{
	border: none;
}
