#wrapper {
	width: 896px;
	height: 138px;
	margin:0px 10px 15px 40px;
}

#carousel {
	width: 896px;
	position: relative;
}

#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#carousel li {
	background: transparent url(../images/carousel_polaroid.png) no-repeat 0 0;
	font-size: 40px;
	color: #999;
	text-align: center;
	display: block;
	width: 137px;
	height: 107px;
	padding: 0;
	margin: 6px;
	float: left;
	position: relative;
}

#carousel li img {
	width: 129px;
	
	height: 95px;
    margin-top: 2px;
	margin-left: -2px;
}
			
#carousel li span {
	background: transparent url(../images/carousel_shine.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 129px;
	height: 95px;
	position: absolute;
	z-index: 2;
	top: 3px;
	left: 2px;
}			

.clearfix {
	float: none;
	clear: both;
}

#carousel .prev, #carousel .next {
	background: transparent url(../images/carousel_control.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 7px;
	height: 53px;
	margin-left: 10px;
	position: absolute;
	top: 30px;
}
#carousel .prev {
	background-position: 0 0;
	left: -30px;
}

#carousel .prev:hover {
	left: -31px;
}			

#carousel .next {
	background-position: -7px 0;
	right: -20px;
}

#carousel .next:hover {
	right: -21px;
}				

#carousel .pager {
	text-align: center;
	margin: 0 auto;
}

#carousel .pager a {
	background: transparent url(../images/carousel_control.png) no-repeat -0px -55px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
}

#carousel .pager a.selected {
	background: transparent url(../images/carousel_control.png) no-repeat -9px -55px;
	text-decoration: underline;				
}
			
#source {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
}

#source, #source a {
	font-size: 12px;
	color: #999;
}
			
#donate-spacer {
	height: 100%;
}

#donate {
	border-top: 1px solid #999;
	width: 896px;
	padding: 50px 75px;
	margin: 0 auto;
	overflow: hidden;
}

#donate p, #donate form {
	margin: 0;
	float: left;
}

#donate p {
	width: 896px;
}

#donate form {
	width: 100px;
}
