/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container, #widget12-couv .jcarousel-container a{
position: relative;
text-align:center;
font-size:9px;
line-height:15px}

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

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

.jcarousel-list li,
.jcarousel-item {
    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-container a img{
border:1px solid #8c8c8c}


.jcarousel-container img{
    width: 90px;
    height: 128px}

.jcarousel-container-horizontal {
width: 398px;
padding: 20px 40px}

.jcarousel-clip-horizontal {
   /* width:  398px;
    height: 200px;*/
}

.jcarousel-list {
    width: 90px;
}

.jcarousel-item-horizontal {
    padding-right: 10px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 80px;
    right: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/theme/2_images/next-carousel.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 80px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/theme/2_images/prev-carousel.png) no-repeat 0 0;
}
.ressources.article .jcarousel-prev-horizontal {background-image:url(/theme/2_images/prev-carousel-ressources.png)}
.ressources.article .jcarousel-next-horizontal {background-image:url(/theme/2_images/next-carousel-ressources.png)}
.evenements.article .jcarousel-prev-horizontal {background-image:url(/theme/2_images/prev-carousel-evenements.png)}
.evenements.article .jcarousel-next-horizontal {background-image:url(/theme/2_images/next-carousel-evenements.png)}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.actualite.article .widget17 .jcarousel-prev-horizontal,
.debat .widget17 .jcarousel-prev-horizontal,
.evenements .widget17 .jcarousel-prev-horizontal,
.ressources .widget17 .jcarousel-prev-horizontal,
.resultat .widget17 .jcarousel-prev-horizontal {
left:210px;
top:-34px}

.debat .widget17 .jcarousel-next-horizontal,
.evenements .widget17 .jcarousel-next-horizontal,
.ressources .widget17 .jcarousel-next-horizontal,
.actualite.article .widget17 .jcarousel-next-horizontal,
.resultat .widget17 .jcarousel-next-horizontal{
top:-34px}

.actualite.article .widget17 .jcarousel-container-horizontal,
.debat .widget17 .jcarousel-container-horizontal,
.evenements .widget17 .jcarousel-container-horizontal,
.ressources .widget17 .jcarousel-container-horizontal,
.resultat .widget17 .jcarousel-container-horizontal {
padding:0 9px;
width:266px}

.actualite.article .widget17 ul,.evenements .widget17 ul,.ressources .widget17 ul,.resultat .widget17 ul {
height:90px}

.actualite.article .widget17 h3,.evenements .widget17 h3,.ressources .widget17 h3,.resultat .widget17 h3 {
padding:0}