.jcarousel-wrapper {
    margin: 20px auto 50px auto;
    position: relative;
    border: none;
    width: 960px;
    height: 500px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

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

.jcarousel li {
    float: left;
	width:960px;
	height:500px;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
}

.jcarousel-control-prev {
    left: 30px;
	margin:-16px 0 0 0;
	background:url(../img/car-prev.png) no-repeat top left;
}

.jcarousel-control-next {
    right: 30px;
	margin:-16px 0 0 0;
	background:url(../img/car-next.png) no-repeat top left;
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    background-position:bottom left;
}

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