

				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;  
}




.carousel-component .carousel-vertical li { 
	margin-bottom:0px;

	/* Fix for extra spacing in IE */
	float:left;
    clear:left;  
	
	/* Force the LI to respect the HEIGHT specified */
	overflow:hidden;
	display:block;
}





.carousel-component ul.carousel-vertical {
/*	width:auto;*/
}







/*.carousel-component { 
/*	background:#e2edfa; */
	/*padding:0px;*/
	/*-moz-border-radius:6px;*/
/*}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component .carousel-vertical li { 
}
.carousel-component ul.carousel-vertical { 
}

*/



#dhtml-carousel {
	/*padding:8px;*/
	margin:0px;
	/*float:left;*/
	/* this would fix IE alignment --> padding-right:20px; */

}

.carousel-component .carousel-list li { 
	margin:4px;/***********************************************************************************ici change marge***/
	width:199px;
	 /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	/*height:93px; *//* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
	display:block;
	outline:none;
	border:1px solid #fff;
}

/*.carousel-component .carousel-list li a:hover { 
	border:1px solid #e8e7e7;
}*/

.carousel-component .carousel-list li img { 
	display:block; 
}									



.carousel-component { 
	position:absolute;
	top:30px;
	left:65px;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
	
}
.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative; 
}
.carousel-clip-region{
	position:absolute;
	top:0px;	
	left:0px;
}


#prev-arrow-container { 
	position:absolute;
	top:60px;
	left:0;
}
#next-arrow-container { 
	position:absolute;
	top:60px;
	left:924px;
}

#prev-arrow { 
	cursor:pointer; 
	margin-top:60px;
	margin-right:10px;
	visibility:hidden;
}

#next-arrow { 
	cursor:pointer; 
	margin-top:60px;
	margin-left:10px;
	visibility:hidden;
}
pre {
	margin-bottom:20px;
}


.pastille{
	width: 195px;
	height: 40px;
	text-indent: -5000px;
}
.nouveaute{
	background: url( ../images/back-nouveaute.gif ) 50% 0 no-repeat;
}
.selection{
	background: url( ../images/back-selection.gif ) 50% 0 no-repeat;
}
#btn-raz-carrousel{
	width: 151px;
	height: 18px;
	cursor: pointer;
	text-indent: -5000px;
	background: url( ../images/back-raz-carrousel.gif) no-repeat;
}