.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
}



.jcarousel {
	margin: 0 auto 60px auto;
    position: relative;
    overflow: hidden;
    width: 984px;
}

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

.jcarousel li {
    float: left;
    width: 984px;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 10px;
    width: 31px;
    height: 31px;
    cursor: pointer;
}

.jcarousel-control-prev {
    left: 25px;
    background: transparent url(../images/buttons/arrow_left.png) no-repeat 0 0;
}

.jcarousel-control-next {
    right: 25px;
    background: transparent url(../images/buttons/arrow_right.png) no-repeat 0 0;
}

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

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
.jcarousel, .jcarousel li { width: 650px;}
.jcarousel-control-prev, .jcarousel-control-next { right: 25px;}
}


/* Mobile Landscape Size */
@media only screen and (min-width: 200px) and (max-width: 600px) {
.jcarousel, .jcarousel li { width: 220px;}
.jcarousel-control-prev, .jcarousel-control-next { right: 25px;}

}
