.jcarousel-wrapper {
     position: relative;
	 width:100%;
	 height:auto;
	 margin-top:-20px;
	 z-index:0;
   }


.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: 100%;
    height: 450px;
}

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

.jcarousel li {
    float: left;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 200px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px 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: -50px;
}

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

.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 {
	padding-left:20px;
	width:1100px;
	margin:0 auto;
}
.extra{
    position: absolute;
    left: 16px;
    bottom: 50px;
    z-index: 9999px;
	margin:0 auto;
	text-align:center;
}

.jcarousel-pagination a {
    background:blue;
    padding: 1px 5px;
    margin-right: 2px;
    text-indent:-9999;
	text-decoration:none;
	color:#ffffff;
	}

.jcarousel-pagination a.active {
    background:#3763ec;
    padding: 1px 5px;
    margin-right: 2px;
    text-indent:-9999;
}
