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

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

.jcarousel li {
    float: left;
}

.jcarousel-2 {
    position: relative;
    overflow: hidden;
    width: 1180px;
    height: auto;
}

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

.jcarousel-2 li {
    float: left;
}

/** Carousel Controls **/

.jcarousel-control-prev {
	position: absolute;
    top: 186px;
    width: 29px;
    height: 59px;
}
.jcarousel-control-next {
    position: absolute;
    top: 186px;
    width: 29px;
    height: 59px;
}

.jcarousel-control-prev {
    left: 2px;
}

.jcarousel-control-next {
    right: 2px;
}

.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: 15px;
    width:100%;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 8px;
    min-width: 7px;
    
    background: #fff;
    color: #fff;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 10px;
}

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

.jcarousel-pagination-2 {
    position: absolute;
    bottom: -35px;
    width:100%;
}

.jcarousel-pagination-2 a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 6px;
    min-width: 35px;
    
    background: #C2C2C2;
    color: #C2C2C2;
    padding: 3px;
    text-align: center;
    
    margin-right: 10px;
}

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