.project {
	background-color: #CCCCCC;
	clear: both;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
}
.before {
	float: left;
	width: 250px;
}
.after {
	float: right;
	width: 250px;
	margin-right: 10px;
}
.arrow {
	float: right;
	width: 180px;
	margin-top: 60px;
	text-align: center;
	border: none;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	clear: both;
	padding: 10px;
}

.project .photo, .enlargement .photo {
	border: 4px double #000000;
}
.enlargement {
	background-color: #CCCCCC;
	padding: 10px;
	text-align: center;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
}
.previous {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-bottom: 10px;
	text-align: right;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
}
.previous a:link, .previous a:active, .previous a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.previous a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.PortfolioPage {
	float: left;
	text-align: left;
}
.enlargement h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 0px;
}
