.jcarousel-wrapper {
    padding: 20px 0;
    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: 930px;
    margin:0 auto;
    height: 400px;
}

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

.jcarousel li {
    float: left;
    margin:0 20px;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 200px;
    width: 34px;
    height: 56px;
    background: url('../../../img/jcarousel-controls.png') no-repeat;
}

.jcarousel-control-prev {
    background-position: 0 0;
    font-family: "Open Sans", sans-serif;
	position: absolute;
	z-index: 11;
	right: 0%;
	margin: 1% 3% 0 0;
	text-align: left;
    left: 5%;	
}

.jcarousel-control-next {
    background-position: -34px 0;
    font-family: "Open Sans", sans-serif;
	position: absolute;
	z-index: 11;
	right: 0%;
	margin: 1% 3% 0 0;
	text-align: right;
	margin-left: 1140px;
}

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

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}