#about .pgintwrap {
	width: 1050px;	
	font-family:'melbourne', Arial, Helvetica, sans-serif;
}


#about .pgintwrap h3 {
	font-family:'denne', Arial, Helvetica, sans-serif;
	font-size: 2.8em;
	margin: 15px 0px;
}

#about .pgintwrap h4 {
	font-size: 1.3em;
	margin: 5px 0px;
}


#wrapper {
	width: 100%;
	left: 0;
	overflow: hidden;
}

#carousel img {
	border: none;
	display: block;
	float: left;
	z-index: 1000;
	position: relative;
	margin: 0 125px;
}

.abtcnt {
	background-color: #fff;
	padding: 50px 10px 10px 10px;
	font-size: 15px;
	margin: -80px 0px 0px 0px !important;
	text-align: justify;
	line-height: 16px;
}

#carousel .empty {
	display: block;
	width: 600px;
	height: 400px;
	float: left;
}

#bar {
	background-color: #191919;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#bar * {
	color: #fff;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
}
#about #prev, #about #next {
	font-size: 30px;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
}
#prev:hover, #next:hover {
	background-color: #000;
}
#prev.disabled, #next.disabled {
	background-color: transparent !important;
	cursor: default;
	opacity: 0.1;
}
#about #prev {
	left: 0;
}
#about #next {
	right: 0;
}

#donate-spacer {
	height: 100%;
}
#donate {
	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;
}
#carousel div {
	display: block;
	float: left;
	width: 440px;
	height: 410px;
	margin: 0 15px;
}
#carousel {
	margin: 20px 0px 0px -190px;
	height: 400px;
	position: relative !important;
}
#pager {
	text-align: center;	
	display: block;
}

#pager img {
	margin: 0 -15px;
	cursor: pointer;
}