/* Horizontal Carousel */
p.hform {
	display: inline;
}

form.hform fieldset {
	border: none;
	padding: 0;
}


.h_carousel {
  float: left;
  width: 580px;
  height: 120px;
  margin-bottom: 10px;
  position: relative;
}
	.h_carousel.lightbox {
  	margin-top: 7px;
	  width: 434px;
	  height: 85px;
	}

.h_carousel .container {
  width: 570px;
  height: 85px;
  position: relative;    
  overflow: hidden;
}

	.h_carousel.lightbox .container {
	  width: 434px;
	  height: 45px;
	}

.h_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 85px;
}
	.h_carousel.lightbox ul {
	  width: 5000px;
	  height: 45px;
	}                      

.h_carousel ul li {
  display:block;
  width: 113px;
  height: 85px;
  text-align: center; 
  list-style:none;   
  float:left;
  background-color: #c6c6c6;
  text-align: center;
  margin-right:1px;
}
	.h_carousel.lightbox ul li {
	  height: 45px;
    width: 61px;
	}

.h_carousel ul li a {
	  display:block;
		float:left;
    width:113px;
    height:85px;
		background-color: #c6c6c6;
	}

.h_carousel.lightbox ul li a {
	  height: 45px;
		width: 61px;
		background-color: #c6c6c6;
	}

/*.h_carousel.lightbox ul li a[name=act] {
	  
	}*/


/* active */
	.h_carousel.lightbox ul li a.BottomNavA {
		height: 45px;
		width: 61px;
    text-align:center;
		/*border:4px solid black;
		background-color: black !important;*/
    filter:alpha(opacity=30);
    opacity: 0.3;
    -moz-opacity:0.3;
	}

.h_carousel .previous_button {
  display:block;
  float:left;  
  width: 32px;
  height: 25px;
  background: url(../../../../i/arrows_preview_image.gif) bottom right no-repeat;
  z-index: 100;
  cursor: pointer;
}
	.h_carousel.lightbox .previous_button {
  	width: 25px;
	  height: 20px;
	}

.h_carousel .previous_button_over {
  background: url(../../../../i/arrows_preview_image.gif) bottom right no-repeat;
}

.h_carousel .previous_button_disabled {
  background: url(../../../../i/arrows_preview_image_off.gif) bottom right no-repeat;
  cursor: default;
}

.h_carousel .next_button {
  float:right;  
  width: 32px;
  height: 25px;
  margin-right:10px;
  background: url(../../../../i/arrows_next_image.gif) bottom left no-repeat;
  z-index: 100;
  cursor: pointer;
}
	.h_carousel.lightbox .next_button {
  	width: 25px;
	  height: 20px;
    margin-right:2px;
	}

.h_carousel .next_button_over {
  background: url(../../../../i/arrows_next_image.gif) bottom left no-repeat;
}

.h_carousel .next_button_disabled {
  background: url(../../../../i/arrows_next_image_off.gif) bottom left no-repeat;
  cursor: default;
}


/* vertical Carousel */

.ui_vertical_carousel {
}

#vertical_carousel {
  float:left;
  width: 350px;
  height: 270px;
  margin-bottom: 10px;
  position: relative;
}

#vertical_carousel .container {
  float:left;  
  width: 260px;
  height: 85px;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

