.jcarousel-wrapper {
    /*margin: 0px auto;*/
	margin-left:34px;
    position: relative;
    border: 0px solid #fff;
	margin-bottom:20px;
}


.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
}

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

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 628px;
}

.jcarousel a { /* prop. IE8 - 10 */
	color:#fff;
}

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

.jcarousel li {
    float: left;
	margin-right:12px;
	width:200px;
	list-style: none;
	background-image:none !important;
	padding: 0 !important;
}



/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 44px;
    width: 30px;
    height: 84px;
    text-align: center;
    background: transparent;
    color: #5ea112;
    text-decoration: none;
    font: 100px/50px Titillium, Arial, Helvetica, sans-serif;
	font-weight:200;
}
.jcarousel-control-prev:hover, .jcarousel-control-next:hover { color: #194c00; }

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

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

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

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .0;
    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: #fhf;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
