.photoframe
	{
	position:relative;
	padding:0px;
	background-color:white;
	float:left;
	text-align:center;
	margin-bottom:20px;
	}
	
.photoframe a
	{
	border:none;
	}
	
.photoframe a:hover
	{
	border:none;
	}
	
.photoframe a:visited
	{
	border:none;
	}
	
	
img.photocorners
	{
	position:absolute;
	z-index:50;
	}
	
.top
	{
	top:0px;
	}
	
.bottom
	{
	bottom:0px;
	}

.left
	{
	left:0px;
	float:left;
	}
	
.right
	{
	right:0px;
	float:right;
	}
	
.photocorners img
	{
	position:relative;
	border:none;
	margin:0px;
	padding:0px;
	}

span.caption
	{
	display:block;
	margin:5px 0px;
	width:100%;
	text-align:center;
	font-style: italic;
	}
	
span.caption + p
	{
	text-align:center;
	}

.photoframe div.photoedge
	{
	text-align:center;
	position:absolute;
	top:4px;
	left:4px;
	border:1px solid grey;
	border-right: 2px solid #444444;
	border-bottom: 2px solid #444444;
	background-color:white;
	padding:0px;
	margin:0px;
	z-index=10;
	}
	
.photoedge a img
	{
	border:none;
	}

img.photo
	{
	position:relative;
	margin:7px 0px;
	padding:0px;
	}