.jcarousel-skin-offers .jcarousel-container-horizontal {
    width:972px;
    padding:0px 0px;
}

.jcarousel-skin-offers .jcarousel-clip-horizontal {
    width:972px;
    height:160px;
}
.jcarousel-skin-offers .jcarousel-item {
    width:235px;
    height:160px;
}

.jcarousel-skin-offers .jcarousel-item-horizontal {
    margin-right:8px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-offers .jcarousel-next-horizontal {
    position:absolute;
    bottom:-25px;
    right:7px;
    cursor:pointer;
    font-size:0px;
    text-indent:-9999px;
    text-decoration:none;
    background:url(/images/scroll_right.gif) left top no-repeat;
    display:block;
    width:32px; height:20px;
}

.jcarousel-skin-offers .jcarousel-next-disabled-horizontal,
.jcarousel-skin-offers .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-offers .jcarousel-next-disabled-horizontal:active {
    cursor:default;
}

.jcarousel-skin-offers .jcarousel-prev-horizontal {
    position:absolute;
    bottom:-25px;
    right:44px;
    cursor:pointer;
    font-size:0px;
    text-indent:-9999px;
    text-decoration:none;
    background:url(/images/scroll_left.gif) left top no-repeat;
    display:block;
    width:32px; height:20px;
}

.jcarousel-skin-offers .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-offers .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-offers .jcarousel-prev-disabled-horizontal:active {
    cursor:default;
}