.jcarousel-skin-custom {padding-top: 13px;}
/* Width Outside Container */
.jcarousel-skin-custom .jcarousel-container-horizontal {
    width: 863px;
    padding: 20px 54px 10px 54px;
}
/* Size Inner Container */
.jcarousel-skin-custom .jcarousel-clip-horizontal {
    width:  863px;
    height: 195px;
}
/* Size of menu items */
.jcarousel-skin-custom .jcarousel-item {
    width: 243px;
    height: 185px;
}
/* Space Between menu items */
.jcarousel-skin-custom .jcarousel-item-horizontal {
    margin-right: 26px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-custom .jcarousel-next-horizontal {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 18px;
    height: 185px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-custom .jcarousel-next-horizontal:hover {
    background-position: -18px 0;
}

.jcarousel-skin-custom .jcarousel-next-horizontal:active {
    background-position: -36px 0;
}

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

.jcarousel-skin-custom .jcarousel-prev-horizontal {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 18px;
    height: 185px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-custom .jcarousel-prev-horizontal:hover {
    background-position: -18px 0;
}

.jcarousel-skin-custom .jcarousel-prev-horizontal:active {
    background-position: -36px 0;
}

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