.thumbnails-jcarousel-wrapper {
    width: 93px;
}

.jcarousel-wrapper {
    margin: 0px auto;
    position: relative;
    height: 457.5px;
    width: 93px;
}


.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;
    height: 457.5px;
    width: 93px;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    width: 100%;
}

.jcarousel ul {
    width: 100%;
    height: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    width: 100%;
}

.jcarousel li>a {
    clear: both;
    display: inline-block;
    border: 1px solid transparent;
    background-color: #f8f8f8;
    height: 70px;
    border-radius: 2px 2px 2px 2px;
    overflow: hidden;
    width: 100%;
}

.jcarousel li>a:hover {
    border: 1px solid #20B1B1;
}

.jcarousel li>a.active {
    border: 1px solid #20B1B1;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 200px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 21px/21px Arial, sans-serif;
    -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;
}

.jcarousel-control-prev {
    left: 37px;
    bottom: 5px;
    top: auto;
    transform: rotate(-90deg);
}

.jcarousel-control-next {
    right: 30px;
    top: 5px;
    transform: rotate(-90deg);
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    color: #20B1B1;
    background: #fff;
}

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

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

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    line-height: 14px;
    min-width: 14px;

    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;

    margin-right: 2px;

    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}