
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 53px;
    height: 53px;
	border:1px solid #CCCCCC;
	margin:0 5px 0 5px;
	background-color:#FFFFFF;
	text-align:center;
}

/* Overlay */
#simplemodal-overlay {
	background-color:#000; 
	cursor:wait;
}

/* Container */
#simplemodal-container {
	height:280px; 
	width:600px; 
	background-color:#fff; 
	border:3px solid #ccc;
	
}

#simplemodal-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-18px; 
	cursor:pointer;
}

#simplemodal-container #basicModalContent {
	padding:8px;
}

#image_echantillon {
	/*height:80px;
	width:80px;*/
	top:10px;
	margin:10px 0 0 0;
	/*position:relative;
	/*display:inline;*/
	float:left; 
}

#texte_echantillon {
	height:40px;
	width:400px;
	margin:10px 0 0 10px;
	/*position:relative;
	display:inline-table; 
	top:-85px;*/
	float:left;
}
#close_echantillon {
	width:25px; 
	height:29px; 
	top:-10px;
	right:-10px;
	position:absolute;
}
/* End Order Steps contribution CSS */

