*{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

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

/** Carousel **/

.jcarousel {
    overflow: hidden;
    width: 300px;
    margin-bottom: 10px;
}

.jcarousel ul {
    width: 200em;
    position: relative;
    list-style: none;
}

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

.jcarousel img {
    display: block;
    width: 90px;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    width: 10px;
    height: 10px;
    text-align: center;
}

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

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

/** Carousel Pagination **/

