#carousel{
	list-style:none;
}
#carousel li{
	float:left;
	margin-left:-7px;
}

.jcarousel-container {
    position: relative;
	width:938px;
	padding:0px 10px 0px 16px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	 width: 938px;
    height: 132px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 242px;
    height: 132px;
}

.jcarousel-next {
    position: absolute;
    top: 40px;
    right: -16px;
    width: 34px;
    height: 62px;
	z-index:10;
    cursor: pointer;
    background: transparent url(../_img/jcarousel_suivant.png) no-repeat 0 0;
}

.jcarousel-prev {
    position: absolute;
    top: 40px;
    left: -16px;
    width: 34px;
    height: 62px;
	z-index:10;
    cursor: pointer;
    background: transparent url(../_img/jcarousel_precedent.png) no-repeat 0 0;
}

