
.jcarousel-skin-fpListePSST .jcarousel-container {
    /*background-color:#FFFFFF;*/
}

.jcarousel-skin-fpListePSST .jcarousel-container-horizontal {
    width:89px;
    padding:10px 35px;
}

.jcarousel-skin-fpListePSST .jcarousel-clip-horizontal {
    width: 89px;
    height: 20px;
}


/******* Items thumbnails du carroussel *********/
.jcarousel-skin-fpListePSST .jcarousel-item 
{
    position:relative;
    text-align:center;
    /*cursor:hand;
    cursor:pointer;*/
    width: 20px;
    height: 20px;
    background-color:#F5F5EF;
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=75); 
    -moz-opacity: 0.75;
    opacity: 0.75;
}
/************************************************/



.jcarousel-skin-fpListePSST .jcarousel-item-horizontal {
    margin-right:3px;
}

.jcarousel-skin-fpListePSST .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-fpListePSST .jcarousel-next-horizontal {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-fpListePSST .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-fpListePSST .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-fpListePSST .jcarousel-next-disabled-horizontal,
.jcarousel-skin-fpListePSST .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-fpListePSST .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-fpListePSST .jcarousel-prev-horizontal {
    position: absolute;
    top: 4px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-fpListePSST .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-fpListePSST .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-fpListePSST .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-fpListePSST .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-fpListePSST .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}



