.jcarousel-skin-spark-realisations .jcarousel-container {}

.jcarousel-skin-spark-realisations .jcarousel-container-horizontal {
    width: 458px;
    padding: 0;
}

.jcarousel-skin-spark-realisations .jcarousel-clip-horizontal {
    width:  398px;
    _width: 378px;
    _height: 50px;
    padding: 0 30px;
    _padding: 0 20px;
    _overflow-y: hidden;
}

.jcarousel-skin-spark-realisations .jcarousel-item {
    width: 80px;
    height: 50px;
    margin: 0 10px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-spark-realisations .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 50px;
    cursor: pointer;
    background: transparent url(next-horizontal.jpg) no-repeat 0 0;
}

.jcarousel-skin-spark-realisations .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 50px;
    cursor: pointer;
    background: transparent url(prev-horizontal.jpg) no-repeat 0 0;
}
