.jcarousel-skin-footerbox {
   float: right;
   margin-top: 8px;
}

.jcarousel-skin-footerbox li {

}

.jcarousel-skin-footerbox .jcarousel-container-horizontal {
    width: 940px;
    padding: 0px 0px 0px 0px;
}

.jcarousel-skin-footerbox .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-footerbox .jcarousel-clip-horizontal {
    width:  900px;
    margin-left: 20px;

}

.jcarousel-skin-footerbox .jcarousel-item {
    width: 300px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-footerbox .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
    width: 11px;
    height: 38px;
    background: url('../images/arrow-right.png') no-repeat;
    display: block;
    font-size: 0px;
    margin-top: 20px;
    cursor: pointer;
}

.jcarousel-skin-footerbox .jcarousel-next-horizontal:hover {
    background: url('../images/arrow-right-hover.png') no-repeat;
    cursor: pointer;
}

.jcarousel-skin-footerbox .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    float: left;
    width: 11px;
    height: 38px;
    background: url('../images/arrow-left.png') no-repeat;
    display: block;
    font-size: 0px;
    margin-top: 20px;
    cursor: pointer;
}

.jcarousel-skin-footerbox .jcarousel-prev-horizontal:hover {
    background: url('../images/arrow-left-hover.png') no-repeat;
    cursor: pointer;
}

