/* Horizontal Carousel */
#horizontal_carousel,
#horizontal2_carousel,
#horizontal3_carousel {
  float: left;
  width: 655px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container,
#horizontal2_carousel .container,
#horizontal3_carousel .container {
  float: left;
  width: 590px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul,
#horizontal2_carousel ul,
#horizontal3_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
}                      

#horizontal_carousel ul li,
#horizontal2_carousel ul li,
#horizontal3_carousel ul li {
  width: 118px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button,
#horizontal2_carousel .previous_button,
#horizontal3_carousel .previous_button {
  float:left;  
  width: 32px;
  height: 23px;
  background: url(prototype-ui/horizontal/left.png) no-repeat;
  z-index: 100;
  cursor: pointer;
	margin-top:19px;
}

#horizontal_carousel .previous_button_over,
#horizontal2_carousel .previous_button_over,
#horizontal2_carousel .previous_button_over {
  background: url(prototype-ui/horizontal/left_over.png) no-repeat;
}

#horizontal_carousel .previous_button_disabled,
#horizontal2_carousel .previous_button_disabled,
#horizontal3_carousel .previous_button_disabled {
  background: url(prototype-ui/horizontal/left_disabled.png) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button,
#horizontal2_carousel .next_button,
#horizontal3_carousel .next_button {
  float:left;  
  width: 32px;
  height: 23px;
  background: url(prototype-ui/horizontal/right.png) no-repeat;
  z-index: 100;
  cursor: pointer;
	margin-top:19px;
}

#horizontal_carousel .next_button_over,
#horizontal2_carousel .next_button_over,
#horizontal3_carousel .next_button_over {
  background: url(prototype-ui/horizontal/right_over.png) no-repeat;
}

#horizontal_carousel .next_button_disabled,
#horizontal2_carousel .next_button_disabled,
#horizontal3_carousel .next_button_disabled {
  background: url(prototype-ui/horizontal/right_disabled.png) no-repeat;
  cursor: default;
}


/* vertical Carousel */

.ui_vertical_carousel {
}

#vertical_carousel {
  float: left;
  width: 655px;
  margin-bottom: 10px;
  position: relative;
}

#vertical_carousel .container {
  float: left;
  width: 590px;
  position: relative;    
  overflow: hidden;
}

#vertical_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
}

#vertical_carousel ul li {
  width: 118px;
  height: 64px;
  text-align: center; 
  list-style:none;   
  float:left;
}                         

#vertical_carousel .previous_button {
  float:left;  
  width: 32px;
  height: 23px;
  background: url(prototype-ui/horizontal/left.png) no-repeat;
  z-index: 100;
  cursor: pointer;
	margin-top:19px;
}

#vertical_carousel .previous_button_over {
  background: url(prototype-ui/horizontal/left_over.png) no-repeat;
}

#vertical_carousel .previous_button_disabled {
  background: url(prototype-ui/horizontal/left_disabled.png) no-repeat;
  cursor: default;
}

#vertical_carousel .next_button {
  float:left;  
  width: 32px;
  height: 23px;
  background: url(prototype-ui/horizontal/right.png) no-repeat;
  z-index: 100;
  cursor: pointer;
	margin-top:19px;
}

#vertical_carousel .next_button_over {
  background: url(prototype-ui/horizontal/right_over.png) no-repeat;
}

#vertical_carousel .next_button_disabled {
  background: url(prototype-ui/horizontal/right_disabled.png) no-repeat;
  cursor: default;
}
.caption {
  margin-top: 10px;
  clear:both;
	text-align:center !important;
 }
