@CHARSET "UTF-8";

.jcarousel-skin-membres .jcarousel-container {
}

.jcarousel-skin-membres .jcarousel-container-horizontal {
    width: 370px;
}

.jcarousel-skin-membres .jcarousel-clip-horizontal {
    width:  370px;
}

.jcarousel-skin-membres .jcarousel-item {
    width: 125px;
}

.jcarousel-skin-membres .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-membres .jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: -20px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: transparent url(../../images/boutons/fleche-droite.gif) no-repeat 0 0;
}

.jcarousel-skin-membres .jcarousel-next-horizontal:hover {
  /*  background-position: -32px 0;*/
}

.jcarousel-skin-membres .jcarousel-next-horizontal:active {
   /* background-position: -64px 0;*/
}

.jcarousel-skin-membres .jcarousel-next-disabled-horizontal,
.jcarousel-skin-membres .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-membres .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../../images/boutons/fleche-droite2.gif) no-repeat 0 0;
}

.jcarousel-skin-membres .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: -23px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: transparent url(../../images/boutons/fleche-gauche.gif) no-repeat 0 0;
}

.jcarousel-skin-membres .jcarousel-prev-horizontal:hover {
    /*background-position: -32px 0;*/
}

.jcarousel-skin-membres .jcarousel-prev-horizontal:active {
   /* background-position: -64px 0;*/
}

.jcarousel-skin-membres .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-membres .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-membres .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
  background: transparent url(../../images/boutons/fleche-gauche2.gif) no-repeat 0 0;
}

