@charset "utf-8";

.photos {
	width: 280px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	float: left;
	clear: right;
}
.photos  p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.photos a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

