.home_shelves .jcarousel-container-horizontal {
    width: 910px;
    padding: 0px;
}

.home_shelves .jcarousel-clip-horizontal {
    width:  910px;
    height: 98px;
}

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

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

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

/**
 *  Horizontal Buttons
 */
.home_shelves .jcarousel-next-horizontal {
    position: absolute;
    top: 35px;
    right: -12px;
    width: 11px;
    height: 21px;
    cursor: pointer;
    background: url(../images/home_next2.gif) no-repeat 0 0;
}

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

.home_shelves .jcarousel-prev-horizontal {
    position: absolute;
    top: 35px;
    left: -12px;
    width: 11px;
    height: 21px;
    cursor: pointer;
    background: url(../images/home_prev2.gif) no-repeat 0 0;
}

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