<style type="text/css">
.carousel-component {
	padding:10px;
}
.carousel-component .carousel-list li { 
	
	height:70;
	vertical-align:middle;
	font-size:12px;
		width:230px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	/*	margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
	display:block;
	border:1px solid #e2edfa;
	outline:none;
	-moz-outline:none; 
}

.carousel-component .carousel-list li a:hover {

	border: 1px solid #87bf4e; 
}

.carousel-component .carousel-list li img { 
	
	display:block; 
}

.carousel-component .carousel-list li strong { 
	display:block; 
}
									

#prev-arrow { 
	position:absolute;
	top:10px;
	z-index:3;
	cursor:pointer; 
	left:100px; 
}

#next-arrow { 
	position:absolute;
	bottom:10px;
	z-index:3;
	cursor:pointer; 
	left:100px; 
}
.Style2 {color: #666666}

.ombre {
	border: thin solid #999999;
}
.cadreRond { 
	background:#e2edfa;
	padding:15px;
	-moz-border-radius:15px;
	color:#618cbe;
}
.champ {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #D9DFFF;
	border: thin outset #CCCCCC;
}
</style>


