/* [JCAROUSEL]---------------------------------------------------- */	

.jcarousel-container { 
	position: relative; 
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    background:none;
	float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
}

/**
 * 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-next { z-index: 3; display: none; }
.jcarousel-prev { z-index: 3; display: none; }

/* [JCAROUSEL FICHE]---------------------------------------------------- */	
.jcarousel-skin-fiche { 
	margin-bottom:10px;
	margin-top:10px;
}

.jcarousel-skin-fiche UL { 
	list-style-type:none; 
	margin:0; 
	padding:0; 
}

.jcarousel-skin-fiche UL LI { 
	background:none; 
	list-style-type:none;
	margin:0; 
	padding:0; 
}

.jcarousel-skin-fiche .jcarousel-container { }

.jcarousel-skin-fiche .jcarousel-clip-horizontal { 
	width:100%; 
	height:118px; 
}

.jcarousel-skin-fiche .jcarousel-container-horizontal {
	width:372px;
	padding-left:34px;
	padding-right:34px;
	margin:0;
}

.jcarousel-skin-fiche .jcarousel-item { 
	width:118px; 
	height:118px; 
}

.jcarousel-skin-fiche .jcarousel-item  IMG {
	background:#FFF url(../img/loading.gif) no-repeat center center;
}

.jcarousel-skin-fiche .jcarousel-item  IMG.active {
	border-color:#297670;
	filter:alpha(opacity=50);
	-Moz-Opacity:0.5;
	opacity:0.5;
}

.jcarousel-skin-fiche .jcarousel-item-horizontal {
    width: 118px;
    height: 118px; 
	margin:0;
	padding:0;
	margin-right:7px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-fiche .jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right:0;
    width: 12px;
    height: 19px;
    cursor: pointer;
	background: transparent url(../img/structure/fleche_suiv_on.gif) no-repeat 0 0;
}
.jcarousel-skin-fiche .jcarousel-next-horizontal:hover { background: transparent url(../img/structure/fleche_suiv_on.gif) no-repeat 0 0; }
.jcarousel-skin-fiche .jcarousel-next-horizontal:active { background: transparent url(../img/structure/fleche_suiv_on.gif) no-repeat 0 0; }
.jcarousel-skin-fiche .jcarousel-next-disabled-horizontal,
.jcarousel-skin-fiche .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-fiche .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../img/structure/fleche_suiv_off.gif) no-repeat 0 0;
}

.jcarousel-skin-fiche .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left:0;
    width: 12px;
    height: 19px;
    cursor: pointer;
    background: transparent url(../img/structure/fleche_prec_on.gif) no-repeat 0 0;
}
.jcarousel-skin-fiche .jcarousel-prev-horizontal:hover { background: transparent url(../img/structure/fleche_prec_on.gif) no-repeat 0 0; }
.jcarousel-skin-fiche .jcarousel-prev-horizontal:active { background: transparent url(../img/structure/fleche_prec_on.gif) no-repeat 0 0; }
.jcarousel-skin-fiche .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-fiche .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-fiche .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../img/structure/fleche_prec_off.gif) no-repeat 0 0;
}
