

/* vertical Carousel nouveau*/

.ui_vertical_carousel {
}

#vertical_carousel {
  float:center;
  width: 180px;
 
  margin-bottom: 10px;
  position: relative;
}

#vertical_carousel .container {
  float:center;  
  width: 190px;

  overflow: hidden;
}

#vertical_carousel ul {
  margin: 0;
  padding:0;

  position: relative;
  top: 0;
  left: 0;
}

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

#vertical_carousel .previous_button {
  float:center;
  height: 32px;
  width: 185px;
  background: url(prototype-ui/vertical/right.png);
  cursor: pointer;    
  display:inline;
  margin: 0 0 0px 0px;
}

#vertical_carousel .previous_button_over {
  background: url(prototype-ui/vertical/right_over.png);
}

#vertical_carousel .previous_button_disabled {
  background: url(prototype-ui/vertical/right_disabled.png);
  cursor: default;
}

#vertical_carousel .next_button {
  float:center;
  height: 32px;
  width: 185px;
  background: url(prototype-ui/vertical/left.png);
  display:inline;
  margin-left: 0px;
  cursor: pointer;
}

#vertical_carousel .next_button_over {
  background: url(prototype-ui/vertical/left_over.png);
}

#vertical_carousel .next_button_disabled {
  background: url(prototype-ui/vertical/left_disabled.png);
  cursor: default;
}


/* vertical Carousel promo */

.ui_vertical_carousel1 {
}

#vertical_carousel1 {
  float:center;
  width: 185px;

  margin-bottom: 10px;
  position: relative;
}

#vertical_carousel1 .container {
  float:center;  
  width: 190px;

  overflow: hidden;
}

#vertical_carousel1 ul {
  margin: 0;
  padding:0;

  position: relative;
  top: 0;
  left: 0;
}

#vertical_carousel1 ul li {
  width: 185px;

  text-align: center;      
  list-style:none;   
  float:left;
}                         

#vertical_carousel1 .previous_button {
  float:center;
  height: 32px;
  width: 185px;
  background: url(prototype-ui/vertical/right.png);
  cursor: pointer;    
  display:inline;
  margin: 0 0 10px 0px;
}

#vertical_carousel1 .previous_button_over {
  background: url(prototype-ui/vertical/right_over.png);
}

#vertical_carousel1 .previous_button_disabled {
  background: url(prototype-ui/vertical/right_disabled.png);
  cursor: default;
}

#vertical_carousel1 .next_button {
  float:center;
  height: 32px;
  width: 185px;
  background: url(prototype-ui/vertical/left.png);
  display:inline;
  margin-left: 0px;
  cursor: pointer;
}

#vertical_carousel1 .next_button_over {
  background: url(prototype-ui/vertical/left_over.png);
}

#vertical_carousel1 .next_button_disabled {
  background: url(prototype-ui/vertical/left_disabled.png);
  cursor: default;
}

