.carousel-wrapper {
   width:750px;
   position: relative;
}


.carousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.carousel {
position: relative;
overflow: hidden;
width:750px;
height: 200px;
}

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

.carousel li {
    float: left;
}

/** Carousel Controls **/

.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0px;
right:0px;
width: 20px;
padding: 71px 0px;
vertical-align: middle;
text-align: center;
background: #000;
color: #fff;
opacity: 0.5;
filter: alpha(opacity=50);
text-decoration: none;
text-shadow: 0 0 1px #000;
font: 24px/27px Arial, sans-serif;
z-index: 999;
}

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

.carousel-control-next {
    right: 0px;
}

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