/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
    margin:5px 0 10px 10px;
    float:left;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width:570px;
    margin:0 25px 0 30px;
}

ul.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    padding-left:0;
    position:relative;
    margin:0 0 0 -2px;
    padding:0;
    height:155px;
}

.jcarousel-list li,
#associated-products ul li.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 170px;
    height: 140px;
    margin-top:0;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
 
.jcarousel-item a {
  display:block;
  width:99%;
  height:100%;
  overflow:hidden;
}
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.wrapper ul li.jcarousel-item-horizontal {
    margin: 0 5px;
}

.jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-nav {
    text-indent:-50000px;
}
.jcarousel-next-horizontal {
    position: absolute;
    top: 25px;
    right: -10px;
    width: 37px;
    height: 106px;
    cursor: pointer;
    background:transparent url(/css/img/jcarousel/next-horizontal.png) no-repeat -74px 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -37px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 25px;
    left:-12px;
    width: 37px;
    height: 106px;
    cursor: pointer;
    background:transparent url(/css/img/jcarousel/prev-horizontal.png) no-repeat -74px 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -37px 0;
}

.jcarousel-container .jcarousel-prev-disabled-horizontal,
.jcarousel-container .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-container .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}


/* visuels secondaires */
.photo .jcarousel-container {
    margin:0;
}

.photo .jcarousel-clip {
    width:165px;
    margin:0;
}

.photo .jcarousel-clip.preload {background:transparent url(/css/img/pictures-loader.gif) 50% 50% no-repeat;}

.photo .jcarousel-next-horizontal,
.photo .jcarousel-next-horizontal:hover,
.photo .jcarousel-prev-horizontal,
.photo .jcarousel-prev-horizontal:hover{
    width:20px;
    height:45px;
    top:2px;
}

.photo .jcarousel-next-horizontal{
    right:-20px;
    background:transparent url(/css/img/jcarousel/next-horizontal-2.gif) no-repeat -44px  5px;
}
.photo .jcarousel-prev-horizontal{
    left:-20px;
    background:transparent url(/css/img/jcarousel/prev-horizontal-2.gif) no-repeat 0 5px;
}

.photo .jcarousel-container .jcarousel-prev-disabled-horizontal,
.photo .jcarousel-container .jcarousel-prev-disabled-horizontal:hover,
.photo .jcarousel-container .jcarousel-prev-disabled-horizontal:active {
    background-position: -44px  5px;
}
.photo .jcarousel-container .jcarousel-next-disabled-horizontal,
.photo .jcarousel-container .jcarousel-next-disabled-horizontal:hover,
.photo .jcarousel-container .jcarousel-next-disabled-horizontal:active {
    background-position:0  5px;
}


.photo .jcarousel-list {
    height:50px;
}

.photo .jcarousel-list li {
    width:45px;
    height:45px;
    background:transparent;
}