.carousel-wrapper {
    margin: 0px;
    position: relative;
	margin-left: 104px;
    width: 762px;
	height: 174px;

}


.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: 762px;
    height: 174px;
}

.carousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel li {
    float: left;
	 width: 247px; margin-right: 7px;
}

/** Carousel Controls **/

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 70px;
    width: 30px;
    height: 30px;
}

.carousel-control-prev {
    left: -30px;
}

.carousel-control-next {
    right: -30px;

}

.carousel-control-prev:hover span,
.carousel-control-next:hover span {
    display: block;
}