.jcarousel-skin-test .jcarousel-container {
    background-color: ;
}

.jcarousel-skin-test .jcarousel-container-horizontal {
    width: 288px;
    padding: 10px 30px;
}

.jcarousel-skin-test .jcarousel-clip-horizontal {
    width: 288px;
    height: 55px;
}

.jcarousel-skin-test .jcarousel-item {
    width: 75px;
    height: 75px;
}

.jcarousel-skin-test .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-test .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-test .jcarousel-next-horizontal {
    position: absolute;
    top: 24px;
    right: 2px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url('../../images/next-horizontal.gif') no-repeat 0 0;
}

.jcarousel-skin-test .jcarousel-next-horizontal:hover {
    background-position: -24px 0;
}

.jcarousel-skin-test .jcarousel-next-horizontal:active {
    background-position: -48px 0;
}

.jcarousel-skin-test .jcarousel-next-disabled-horizontal,
.jcarousel-skin-test .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-test .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -72px 0;
}

.jcarousel-skin-test .jcarousel-prev-horizontal {
    position: absolute;
    top: 24px;
    left: 0px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url('../../images/prev-horizontal.gif') no-repeat 0 0;
}

.jcarousel-skin-test .jcarousel-prev-horizontal:hover {
    background-position: -24px 0;
}

.jcarousel-skin-test .jcarousel-prev-horizontal:active {
    background-position: -48px 0;
}

.jcarousel-skin-test .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-test .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-test .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -72px 0;
}
