.jcarousel-wrapper {
    position: relative;
}


.jcarousel-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;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 980px;
    height: 400px;
}

.jcarousel.h300 {
    height: 300px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

/** Stage carousel controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    display: block;
    position: absolute;
    top: 0;
    width: 70px;
    height: 400px;
    color: #fff;
}
.jcarousel-control-prev.h300,
.jcarousel-control-next.h300 {
    width: 305px;
    height: 300px;
    color: #fff;
}

.jcarousel-control-prev {
    left: 0;
}

.jcarousel-control-next {
    right: 0;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    display: none;
}

.jcarousel-control-prev span,
.jcarousel-control-next span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #009037;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #666;
       -moz-box-shadow: 0 0 2px #666;
            box-shadow: 0 0 2px #666;
}

.jcarousel-control-prev span {
    left: 20px;
}

.jcarousel-control-next span {
    right: 20px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}





/** Carousel Pagination **/

.jcarousel-pagination {
	margin: 10px 0;
	text-align: center;
}



.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #bfe3cd;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;
}

.jcarousel-pagination a.active {
    background: #009037;
    color: #fff;
    opacity: 1;
}
