
.gallery-item {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.gallery img {
	border-style: none;
	margin-bottom: 5px;
}
.gallery a {
    font-size: 1.2em;
	text-decoration: none;
}
.gallery-last {
	margin-right: 0px;
}

div#feature-photo {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}