#jCarouselLite  {
	padding: 0;
	margin: 0;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
}

/*#jCarouselLite a.prev, #jCarouselLite a.next {
	display: block;
	float: left;
	width: 30px;
	height: 90px;
	text-decoration: none;
	background: url("/image/imageNavLeft.gif") left 60px no-repeat;
}

#jCarouselLite a.next {
	background: url("/image/imageNavRight.gif") right 60px no-repeat;
}
#jCarouselLite a.next:hover {
	background-image: url("/image/imageNavRightHover.gif");
}
#jCarouselLite a.prev:hover {
	background-image: url("/image/imageNavLeftHover.gif");
}    
#jCarouselLite a:hover, #jCarouselLite a:active {
	border: none;
	outline: none;
} */
                 
#jCarouselLite .jCarouselLite {
	border: 1px solid black;
	float: left;
	background-color: #F8F8F8;
	
	/* Needed for rendering without flicker */
	position: relative;
	visibility: hidden;
	left: -5000px;
}
#jCarouselLite ul {
	margin-top: 0;
	margin-bottom: 0;
	padding:0;
	list-style: none;
}
#jCarouselLite li img, #jCarouselLite li p {
	background-color: #F8F8F8;
	width: 120px;
	height: 85px;
	list-style: none;
	margin-top: 17px;
	margin-bottom: 0;
	padding:0;
}
	
/*#jCarouselLite .widget img {
	cursor: pointer;
}
#jCarouselLite .mid {
	margin-left: 80px;
	width: 120px;
	height: 300px;
}*/
#jCarouselLite .vertical {
	/*margin-left: 170px;*/
}
#jCarouselLite .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
	width: 120px;
}
#jCarouselLite .imageSlider li img, 
#jCarouselLite .imageSlider li p, 
#jCarouselLite .imageSliderExt li img , 
#jCarouselLite .imageSliderExt li p {
	width: 120px;
	height: 595px; /* n fois hauteur image + (n-1) margin-top */
	z-index: -999;
}
		

