#wrapper {
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	overflow: hidden ;
	/*top: 50%;*/top: 0;
}
#carousel {
	/*margin-top: -100px;*/
}
#carousel div {
	text-align: center;
	width: 200px;
	height: 296px ;
	margin: 0 4px ;
	float: left;
	position: relative;
}
#carousel div img {
	border: none;
}
#carousel div a {
	display: none;
}
#carousel div:hover a {
	background-color: #333;
	color: #fff;
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 26px;
	font-weight: 600 ;
	letter-spacing: 4px ;
	text-align: center ;
	width: 200px ;
	height: 59px ;
	line-height: 59px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 3px;
	background: url(../images/pic_introBg1.png) repeat-x 0 0 ;
}
#carousel div:hover a.shadow-color1{
	background: url(../images/pic_introBg.png) repeat-x 0 0 ;}
#carousel div:hover a.shadow-color2{
	background: url(../images/pic_introBg2.png) repeat-x 0 0 ;}
#carousel div:hover a.shadow-color3{
	background: url(../images/pic_introBg3.png) repeat-x 0 0 ;}
#carousel div:hover a.shadow-color4{
	background: url(../images/pic_introBg4.png) repeat-x 0 0 ;}
#carousel div:hover a.shadow-color5{
	background: url(../images/pic_introBg5.png) repeat-x 0 0 ;}
#carousel div:hover a.shadow-color6{
	background: url(../images/pic_introBg6.png) repeat-x 0 0 ;}
#carousel div:hover a.shadow-color7{
	background: url(../images/pic_introBg7.png) repeat-x 0 0 ;}
#carousel div:hover a.shadow-color8{
	background: url(../images/pic_introBg8.png) repeat-x 0 0 ;}
#carousel div:hover a{
	text-decoration: none ;}
#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;
}