#carouselcontainer{
	height: 132px;
	width: 1120px;
}


.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* Mentions oblgatoires pour la gestion du carousel */
    width: 75px;
    height: 135px;
}

#videocarousel .jcarousel-list li,
#videocarousel .jcarousel-item {
    width: 200px;
}

#presscarousel .jcarousel-list li,
#presscarousel .jcarousel-item {
    width: 73px;
}

.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;
}

/**
 * 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-horizontal {
	z-index: 50;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 18px;
    height: 110px;
    cursor: pointer;
    background: transparent url(../images/next.png) no-repeat 0 0;
}
.jcarousel-prev-horizontal {
	z-index: 50;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 110px;
    cursor: pointer;
    background: transparent url(../images/previous.png) no-repeat 0 0;
}


