/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
#wrap {
	width:280px;
	padding-left:15px;
}
.jcarousel-container {
	position: relative;
	padding-top: 50px;
}
.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;
}
.jcarousel-list li, .jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 100px;
	height: 90px;
}
.jcarousel-list li.separateur {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 85px;
	height: 110px;
}
.jcarousel-list li.text {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 100px;
	height: 110px;
	padding-top:10px;
}
/**
ajout dans ma css pour gérer IE
 */
.jcarousel-skin-tango .jcarousel-container {
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 280px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  280px;
	height: 90px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 110px;
	height: 75px;
}
.jcarousel-skin-tango li.separateur {
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 80px;
	height: 110px;
 padding: 10px 0 0 15px  margin:0;
}
.jcarousel-skin-tango li.text {
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 90px;
	height: 110px;
	padding: 10px 0 0 0;
	margin:0;
}
