.jcarousel-container {
    margin:0 0 0 10px;
    width: 430px;
    padding: 10px 30px 30px 30px;
}

.jcarousel-clip {
    width:  420px;
    height: 150px;
}

.jcarousel-list {
    width:  150px;
    height: 330px;
}

.jcarousel-list li {
    width: 150px;
    height: 330px;
    margin-right: 10px;
    text-align:center;
}

.jcarousel-item-placeholder {
    background: #fff url(../images/jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 55px;
    right: 5px;
    width: 32px;
    height: 350px;
    cursor: pointer;
    background: transparent url(../images/btn_droite.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 55px;
    left: 5px;
    width: 32px;
    height: 350px;
    cursor: pointer;
    background: transparent url(../images/btn_gche.gif) no-repeat 0 0;
}



