/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
    width: 178px !important;
    padding: 3px 14px !important;
    height:67px ! important; 
    border:none !important;
    background:none !important;  
}

.jcarousel-clip {
    z-index: 2;
    padding: 0 !important;
    margin: 0;
    overflow: hidden;
    position: relative;
    margin-right:20px !important;
    width: 134px !important;
    height:67px ! important;
    margin-left:24px !important;
}

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

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    margin:6px 23px 6px 0px !important;
    width: 54px !important;
    height: 54px !important;
}

/**
 * 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;
    top:20px !important;
    right:1px !important;
    display: none;
}

.jcarousel-next-horizontal {
	background:url(../images/fleche_droite.png) no-repeat !important;
	background-position: center !important;
	}
	
.jcarousel-next-horizontal:hover {
	background:url(../images/fleche_droite_on.png) no-repeat !important;
	background-position: center !important;
	}

.jcarousel-prev {
    z-index: 3;
    top:20px !important;
    left:1px !important;
    display: none;
}

.jcarousel-prev-horizontal {
	background:url(../images/fleche_gauche.png) no-repeat !important;
	background-position: center !important;
	}
	
.jcarousel-prev-horizontal:hover {
	background:url(../images/fleche_gauche_on.png) no-repeat !important;
	background-position: center !important;
	}