/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
#essentiel_team_css .jcarousel-container {
    position: relative;
    background:#414040;
    margin-left:5px;
}

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

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

#essentiel_team_css .jcarousel-list li,
#essentiel_team_css .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 85px;
    height: 85px;
    border:1px solid #797e7e
}

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

#essentiel_team_css .jcarousel-prev {
    z-index: 3;
    display: none;
}

#essentiel_team_css .jcarousel-container-horizontal {
    width: 510px;
   /* margin:10px 0 10px 4px;*/
    padding:0 70px;
    background:#424141 url('/styles/images/radio/team/bg_slide.png') no-repeat top center;
}

#essentiel_team_css .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

#essentiel_team_css .jcarousel-clip-horizontal {
    width:  516px;
    height: 116px;
    padding:2px 0;
}

#essentiel_team_css .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

#essentiel_team_css .jcarousel-item-horizontal {
	 margin: 5px 11px 0 6px;
}

#essentiel_team_css .jcarousel-item-vertical {
    margin-bottom: 10px;
}

#essentiel_team_css .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
#essentiel_team_css .jcarousel-next-horizontal {
    position: absolute;
    top: 45px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('/styles/images/index/artiste_une/arrD.png') no-repeat top left;
}

#essentiel_team_css .jcarousel-prev-horizontal {
    position: absolute;
    top: 45px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('/styles/images/index/artiste_une/arrG.png') no-repeat top right;
}

#essentiel_team_css .jcarousel-prev-disabled-horizontal, #essentiel_team_css .jcarousel-prev-disabled-horizontal:hover, #essentiel_team_css .jcarousel-prev-disabled-horizontal:active {
   opacity:0.1;
}

#essentiel_team_css .jcarousel-next-disabled-horizontal, #essentiel_team_css .jcarousel-next-disabled-horizontal:hover, #essentiel_team_css .jcarousel-next-disabled-horizontal:active {
   opacity:0.1;
}