/*
------------------------------
	CARROUSEL
------------------------------
*/
.carrousel {
	margin:0 auto;
    padding: 5px 5px 10px 5px;
    position: relative;
	text-align:left;
	background: transparent; /* Old browsers */
	width:auto;
	max-height:350px;
	overflow:hidden;
}
.jCarouselLite {
	margin: 0 auto;
	left: -5000px;
	visibility: hidden;
	width:100%; 
	background-color:transparent;
	overflow:hidden;
}
.prevImg { position:absolute; background-color:rgba(0,0,0,0.5)!important; cursor:pointer; top:5px; left:5px; z-index:9; width:20px; height:102px; line-height:102px; border:0px solid #ccc; -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; }
.nextImg { position:absolute; background-color:rgba(0,0,0,0.5)!important; cursor:pointer; top:5px; right:5px; z-index:9; width:20px; height:102px; line-height:102px; border:0px solid #ccc;  -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; }

.prevImg:hover,
.nextImg:hover { background-color:rgba(0,0,0,0.6)!important; }

.jCarouselLite UL { 
	
	width:100%;
}

.jCarouselLite UL LI  			{ display:none; min-width:300px; margin-right:5px; text-align:left; border:0px solid #eee; background-color:white; overflow:hidden;  }
.jCarouselLite UL LI  A  		{ color:#242424; font-size:.9em; text-decoration:none;  }
.jCarouselLite UL LI > A  		{ display:block; overflow:hidden; width:300px; height:200px; } /* A qui entoure l'image */
.jCarouselLite UL LI IMG  		{  margin:0 10px 0 0; padding:3px; box-shadow:0 0 0 rgba(0,0,0,.28); }

.jCarouselLite UL LI DIV  		{ margin:0; padding:5px; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.jCarouselLite UL LI DIV SPAN  	{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.jCarouselLite UL LI DIV SPAN:first-child  	{  font-weight:700; color:#c30009 ;}
.jCarouselLite UL LI DIV SPAN:last-child  	{ font-size:110%; font-weight:700;} 


/* .jCarouselLite UL LI  			{ display:none; min-width:20%; width:auto; height:112px; padding:5px; margin-right:5px; text-align:left; border:0px solid #eee; background-color:transparent;   }
.jCarouselLite UL LI A  		{ color:#393939; font-size:.9em; text-decoration:none }
.jCarouselLite UL LI IMG  		{ margin:0 10px 0 0; border:2px solid white; box-shadow:0 0 2px rgba(0,0,0,.25); }

.jCarouselLite UL LI DIV  		{ margin:0; padding:0; display:block; float:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.jCarouselLite UL LI DIV SPAN  	{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.jCarouselLite UL LI DIV SPAN:first-child  	{ color:#393939; font-weight:700;}
.jCarouselLite UL LI DIV SPAN:last-child  	{ font-size:110%; font-weight:700;} */
