.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 220px;
    padding: 0px 75px 0px 23px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  272px;
}

/*.jcarousel-skin-tango .jcarousel-item {
    width: 75px;
    height: 75px;
}*/

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    right: 0px;
    width: 23px;
    height: 62px;
    cursor: pointer;
    background: transparent url(images/2009/defil_right.png) no-repeat 0 0;
}



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

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    left: 0px;
    width: 23px;
    height: 62px;
    cursor: pointer;
    background: transparent url(images/2009/defil_left.png) no-repeat 0 0;
}


.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
/********************************************************************************/
.jcarousel-skin-references .jcarousel-container-horizontal {
    width: 440px;
    padding: 0px 75px 0px 23px;
    position:relative;
}

.jcarousel-skin-references .jcarousel-clip-horizontal {
    width:  438px;
    margin-left : 26px;
}

/*.jcarousel-skin-references .jcarousel-item {
    width: 75px;
    height: 75px;
}*/

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-references .jcarousel-next-horizontal {
    position   : absolute;
    right      : 0px;
    width      : 22px;
    height     : 21px;
    cursor     : pointer;
    margin-top : 25px;
    background : url(images/ref_droit.gif) no-repeat 0 0;
}



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

.jcarousel-skin-references .jcarousel-prev-horizontal {
    position   : absolute;
    left       : 0px;
    width      : 22px;
    height     : 21px;
    cursor     : pointer;
    margin-top : 25px;
    background : url(images/ref_gauche.gif) no-repeat 0 0;
}


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