.carousel-wrapper {
	margin: 20px auto;
	position: relative;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
}
.carousel-wrapper .photo-credits {
	position: absolute;
	right: 15px;
	bottom: 0;
	font-size: 13px;
	color: #fff;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
	opacity: .66;
}
.carousel-wrapper .photo-credits a {
	color: #fff;
}
/** Carousel **/

.carousel {
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 440px;
}
.carousel ul {
	width: 20000em;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
}
.carousel li {
	float: left;
}
/** Carousel Controls **/

.carousel-control-prev, .carousel-control-next {
	position: absolute;
	top: 200px;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #F60;
	color: #000;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
}
.carousel-control-prev {
	left: -50px;
}
.carousel-control-next {
	right: -50px;
}
.carousel-control-prev:hover span, .carousel-control-next:hover span {
	display: block;
}
.wrapper {
	width: 603px;
	height: auto;
	margin-bottom: 120px;
	margin-left: 180px;
	z-index: 2;
	
	position: relative;
}
.caption {
	font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin-left: 20px;
	margin-top: 10px;
	color:#CCC;
}
