.carousel-component1 { 
	position:relative;
	overflow:hidden;  
	display:none; 

        background:black;
        /padding-top:20px;
		margin-left:20px;
}
				
.carousel-component1 ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
        background:black;
}

.carousel-component1 .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
        margin:4px;
	width:100px; 
        background:black;/* 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-component1 .carousel-vertical li { 
	margin-bottom:0px;
	float:left;
        clear:left; 
	overflow:hidden;
	display:block;
}

	 
.carousel-component1 ul.carousel-vertical {
}

.carousel-component1 .carousel-clip-region { 
	overflow:hidden; 
	margin:0px auto;
	margin-left:40px;
	position:relative; 
}
.carousel-component1 { 
	background:#000000;
	padding:0px;
	-moz-border-radius:6px;
	color:#618cbe;
}
.carousel-component1 ul.carousel-list { 
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component1 .carousel-list li { 
	text-align:center;
	margin:0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.carousel-component1 .carousel-vertical li { 
}
.carousel-component1 ul.carousel-vertical { 
}

.carousel-component1 .carousel-list li a { 
	display:block;
	border:1px solid #e2edfa;
	outline:none;
	-moz-outline:none; 
         text-decoration:none;
         color:white;
         margin-left:3px;
}

.carousel-component1 .carousel-list li a:hover {
        /*padding:1px;*/
	border: 1px solid red; 
}

.carousel-component1 .carousel-list li img { 
	border:1px solid #999;
	display:block; 
}

.carousel-component1 .carousel-list li strong { 
	display:block; 
}

#prev-arrow { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	left:5px; 
        background:black;
}

#next-arrow { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
	background:black;
        margin-bottom:-100px;
}

.souspartiebas{
  background:black;
  /margin-left:250px;
  
}

.button{
  margin-left:30%;
  height:50px;
}

.status{
  color:white;
}

