/* CSS Document */
#menucarousel {
	margin: 0px;
	float: left;
	height: 208px;
	padding: 0px;
	background-color: #000000;
}
#fondcarousel {
	float: left;
	width: 159px;
	height: 210px;
	white-space: nowrap;

}
#fondcarousel1 {
	float: left;
	width: 159px;
	height: 210px;
	white-space: nowrap;
}
#fondcarousel2 {
	float: left;
	width: 159px;
	height: 210px;
	white-space: nowrap;
}
.texte {
  white-space: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  width:115px;
  height:40px;
}
#fleches {
	background-color: #000000;
	float: left;
	height: 200px;
	width: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #1D1D1D;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.carousel-component {
	margin:0px;
	width:149px; /* seems to be needed for safari */
	background-color: #000000;
	height: 205px;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

.carousel-component .carousel-list li {
	margin:0px;
	padding:0px;
	width:115px; /* img width is 75 px from flickr + border-top (1) + border-bottom(1) */
}
/* Applies only to vertical carousels */
.carousel-component .carousel-vertical li {
	margin-bottom:0px;
	height:40px;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	display:block;
}
.carousel-component .carousel-list li a {
display:block;
outline:none;
text-decoration: none;
}
.carousel-component .carousel-list li a:hover {
filter: alpha(opacity=20);
-moz-opacity: .30;
opacity: .30;
}
.carousel-component .carousel-list li img { 
display:block; 
}
#up-arrow {
cursor:pointer;
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
}
#down-arrow {
cursor:pointer;
margin: 0px;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

