/* vertical Carousel */

.ui_vertical_carousel { }


#vertical_carousel {
	display:block; float:left;
	width:600px; height:370px;
	margin:0 0 30px 60px; position:relative; overflow:hidden;
}

#vertical_carousel .container {
  float:left;  
  width:600px;
  height:345px;
  overflow:hidden;
}

#vertical_carousel ul {
  margin: 0;
  padding:0;
  height: 100000px;
  position: relative;
  top: 0;
  left: 0;
}

#vertical_carousel ul li {
  width:600px;
  height:345px;
  text-align: center;      
  list-style:none;   
  float:left;
}                         

#vertical_carousel .previous_button {
	display:inline; float:left; z-index:1000;
	margin:0 0 0 75px; padding:3px 0 0 0; height:26px; width:152px;
  	color:white; background: url(../images/bt-etape.jpg) no-repeat;
	cursor: pointer; font:bold 12px arial, sans-serif; text-align:center;
}

#vertical_carousel .previous_button_over { background: url(../images/bt-etape.jpg) no-repeat 0 -29px; }

#vertical_carousel .previous_button_disabled { color:white; background:none; cursor: default; }

#vertical_carousel .next_button {
	display:inline; float:left; z-index:1000;
	margin:0 0 0 150px; padding:3px 0 0 0; height:26px; width:152px;
  	color:white; background: url(../images/bt-etape.jpg) no-repeat;
	cursor: pointer; font:bold 12px arial, sans-serif; text-align:center;
}

#vertical_carousel .next_button_over { background: url(../images/bt-etape.jpg) no-repeat 0 -29px; }

#vertical_carousel .next_button_disabled { color:white; background:none; cursor: default; }

