	/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

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

.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;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 214px;
    height: 200px;
}
#slide_front .jcarousel-list li,
#slide_front .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 243px;
    height: 243px;
	margin:0px;
}

/**
 * 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 {
	position:relative;
	float:right;
	height:20px;
	width:20px;
    z-index: 3;
    display: none;
	margin-top:88px;
	background-image:url(../img/fleche-droite.png);
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:9999;
}

.jcarousel-prev {
	position:relative;
	float:left;
	height:20px;
	width:20px;
    z-index: 3;
	margin-top:88px;
    display: none;
	background-image:url(../img/fleche-gauche.png);
	background-repeat:no-repeat;
	z-index:9999;
	cursor:pointer;
}
#slide_front .jcarousel-next {
	position:relative;
	float:right;
	height:20px;
	width:20px;
    z-index: 3;
    display: none;
	margin-top:243px;
	background-image:url(../img/fleche-droite.png);
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:9999;
}

#slide_front .jcarousel-prev {
	position:relative;
	float:left;
	height:20px;
	width:20px;
    z-index: 3;
	margin-top:243px;
    display: none;
	background-image:url(../img/fleche-gauche.png);
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:9999;
}
.jcarousel-item div{
	margin:0 0 5px 0;
	vertical-align: middle;
	text-align:center;
	clear:both;
}

#slide_bottom{
	margin-bottom:0;
	padding-bottom:0;
}

#slide_bottom .block ul {
	margin:0;
	padding:0;
}

#slide_bottom .clear-block{
	height:195px;
	margin:0;
	padding:0;
	overflow:hidden;
}