.jcarousel-container {
	position: relative;
	clear:both;
	width:600px;
	margin:10px auto 0 auto;
	padding:0 35px;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	background:  transparent url(../../e_img/charte/bk-slideshow.gif) repeat-x 0 0;
width: 600px; 
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
 
  width:80px;
}/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
	position:absolute;
	top:17px;
	right:10px;
	width: 33px;
	height: 23px;
	cursor: pointer;
	background:  transparent url(../../e_img/charte/jcarousel_next.gif) 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:17px;
	left:10px;
	width: 33px;
	height: 23px;
	cursor: pointer;
	background: transparent url(../../e_img/charte/jcarousel_prev.gif) no-repeat 0 0;
}
.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;
}
#feature_gallery {
	width:670px;
	margin:auto;
	display:block;
}
ul#feature_gallery_pager {
	display:block;
	margin:auto;
	overflow:hidden;
	height:65px;
}
#feature_gallery ul.menu li a:hover {
}
ul#feature_gallery_pager li a {
	overflow:hidden;
	width:80px;
	height:60px;
	padding:2px;
	float:left;
	display:block;
}
ul#feature_gallery_pager li {
	margin:0 2px;
	padding:0 0 10px 0;
}
#feature_gallery ul.menu a.activeSlide {
	background:url(../../e_img/charte/arrow.png) no-repeat;
}
#feature_gallery .bigimgs {
	overflow:hidden;
	height:200px;
	width:600px;
	border:2px solid #fff;
	position:relative;
	margin:0 auto;	 
}
#feature_gallery div.image {
	position:relative;
	float: left;
	width: 180px;
	margin-right: 10px;
}
#feature_gallery div.texte {
	display: block;
  position:relative;
	float: left;
	width: 410px;
}
#feature_gallery div.texte div.accroche {
  font-size:1.1em;
  color:#aa0000;
}
.jcarousel-item img.thumb {
	width:75px;
	height:55px;
	border:1px solid #f0f1f2;
}
#output{
width:500px;
margin:1em auto;
display:block;
clear:both;
}
