.jcarousel-skin-relativeproducts .jcarousel-container {
    background: #FFFFFF;
}

.jcarousel-skin-relativeproducts .jcarousel-container-horizontal {
    width: 367px;
    padding: 0 28px;
}

.jcarousel-skin-relativeproducts .jcarousel-clip-horizontal {
    width:  367px;
    height: 85px;
}

.jcarousel-skin-relativeproducts .jcarousel-item {
    width: 83px;
    height: 83px;
    border: 1px solid #cccccc;
    text-align: center;
}

.jcarousel-skin-relativeproducts .jcarousel-item-horizontal {
    margin: 0 9px 0 0;
}

.jcarousel-skin-relativeproducts .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-relativeproducts .jcarousel-next-horizontal {
    position: absolute;
    /* top: 43px; */
    right: 0;
    width: 19px;
    height: 85px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

/*.jcarousel-skin-relativeproducts .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-relativeproducts .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
*/

.jcarousel-skin-relativeproducts .jcarousel-next-disabled-horizontal,
.jcarousel-skin-relativeproducts .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-relativeproducts .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -85px;
}

.jcarousel-skin-relativeproducts .jcarousel-prev-horizontal {
    position: absolute;
    /* top: 43px; */
    left: 0;
    width: 19px;
    height: 85px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

/* .jcarousel-skin-relativeproducts .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-relativeproducts .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
*/

.jcarousel-skin-relativeproducts .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-relativeproducts .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-relativeproducts .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -85px;
} 
