.prev_button, .next_button {
	font-size: 200%;
	padding-top: 594px;
}
.prev_button a, .next_button a {
  color: #ed1c24;
}
.prev_button {
	padding-left: 15px;
	padding-right: 10px;
	float: right;
} 

.next_button {
	padding-right: 18px;
	float: right;
}

a.gerry {
	display: block;
	width: 230px;
	height: 50px;
	margin: 30px 0px 10px 30px;
	background: none;
	float: left;
}
a.chris {
	display: block;
	width: 230px;
	height: 50px;
	margin: 0px 0px 10px 30px;
	background: none;
	float: left;
}
a.patrick {
	display: block;
	width: 230px;
	height: 50px;
	margin: 5px 0px 10px 30px;
	background: none;
	float: left;
}

.clearfix {
	clear: both;
}