.jcarousel-wrapper {
    margin: 0 auto 15px auto;
    position: relative;
}

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

/** Carousel **/

.jcarousel .listProd{ margin: 0}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*    height: 270px;*/
    margin: 0 auto;
}

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

.jcarousel li {
    float: left;
    width: 240px;
    margin-right: 2px;
}
.jcarousel.large li {
    float: left;
    width: 285px;
    margin-right: 22px;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: -85px;
    width: 49px;
    height: 55px;
    background: url('../img/jcarousel-control_bg.gif') no-repeat;
    text-indent: -999px;
}

.jcarousel-control-prev {
    right: 50px;
    background-position: 0 0;
}
.jcarousel-control-prev:hover { background-position: 0 -58px; }

.jcarousel-control-next {
    right: 0;
    background-position: -51px 0;
}
.jcarousel-control-next:hover { background-position: -51px -58px; }

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

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive { 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);
}

#prodGallery .jcarousel-wrapper {
    height: 370px !important;
    overflow: hidden !important;
}
#prodGallery .jcarousel-control-prev,
#prodGallery .jcarousel-control-next {
    top: 0 !important;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
}
#prodGallery .jcarousel {
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 84px;
}
#prodGallery .jcarousel li {
    height: 84px;
    float: left;
    width: 84px;
}