#wrapper {
	width: 100%;
	height: 320px;
	margin-top: 0px;
	overflow: hidden;
	position: absolute;
	top: 215px;
	left: 0;
	z-index: 10;
}
#carousel img {
	display: block;
	float: left;
	margin: 0 10px;
}
#prev, #next {
	background-color: rgba(255, 255, 255, 0.4);
	display: block;
	height: 320px;
	width: 50%;
	top: 0;
	position: absolute;
}
#prev:hover, #next:hover {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
}
#prev {
	left: -480px;
}
#next {
	right: -480px;
}
#pager {
	margin-left: -470px;
	position: absolute;
	left: 51%;
	bottom: 10px;
}
#pager a {
	border: 2px solid #fff;
	border-radius: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}
#pager a:hover {
	background-color: rgba(255, 255, 255, 0.5);
}
#pager a span {
	display: none;
}
#pager a.selected {
	background-color: #fff;
}

#donate-spacer {
	height: 100%;
}
#donate {
	border-top: 1px solid #999;
	width: 750px;
	padding: 50px 75px;
	margin: 0 auto;
	overflow: hidden;
}
#donate p, #donate form {
	margin: 0;
	float: left;
}
#donate p {
	width: 650px;
}
#donate form {
	width: 100px;
}
