#shoot .content #recentPhotos {
	position:relative;
	width:560px;
	height:270px;
	padding:5px;
	overflow:hidden;
}
#shoot .content #recentPhotos #explanation {
	display:block;
	float:left;
	width:200px;
	height:52px;
	padding:3px 0;
	margin:5px;
	background:none;
	font-size:13pt;
	line-height:1.5em;
}
#shoot .content .loading {
	top:110px;
	left:260px;
}

#shoot .content .photo {
	display:block;
	float:left;
	width:60px;
	height:58px;
	margin:5px;
	overflow:hidden;
}
#shoot .content .photo img {
	position:relative;
	left:-7px;
	display:block;
	margin:0;
	padding:0;
}