.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: 600px;
    height: 300px;
    border:8px solid #ccc;
    box-shadow: 2px 2px 2px #ddd;
}
.jcarousel img{
    width: 100%;
}

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

.jcarousel li {
    float: left;
    width: 600px;
    height: 300px;
    position: relative;
}
.title-jcarousel {
    position: absolute;
    width: 584px;
    height: 60px;
    z-index: 2;
    bottom:16px;
    background: #333;
    text-align: center;
    vertical-align: middle;
    opacity: .8;
}
.title-jcarousel:hover {
    opacity: .9;
}
.title-jcarousel a {
    display: inline-block;
    padding: 20px 10px 10px;
    font-family: league_gothicregular;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}
.title-jcarousel a:hover {
    text-decoration: none;
    color: #fff;
}
/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    z-index: 20;
    bottom: 17px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 50px;
    font-family: Arial;
    font-weight: normal ;
    letter-spacing: -10px;
    opacity: .5;
}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    text-decoration: none;
    color: #fff;
    opacity: .8;
}

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

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

.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;
    display: none;
}

.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);
}
