/* Horizontal Carousel */
.horizontal_carousel {
  width: 207px;
  _width: 197px;
  margin-left: 10px;
  padding:5px;
  background:#f6f6f6;
  border:solid 1px #e9e9e9;
}


.horizontal_carousel .container {
  width: 207px;
  _width: 197px;
  height:80px;
  position:relative;
  overflow: hidden;
}

.horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: -10px;

}                      

.horizontal_carousel ul li {
  height:67px;
  overflow:hidden;
  text-align: center; 
  list-style:none;   
  float:left;
  background-image:none;
  padding:0px;
  margin:0px;	 
  background-color:#cacaca
  margin-right:2px;
}

	.horizontal_carousel ul li A{
	}


	.horizontal_carousel ul li A:hover{
			filter:alpha(opacity=50);  
			-moz-opacity:0.50;
			opacity: 0.50;
	}



	.horizontal_carousel ul li A IMG{
		
	}


.horizontal_carousel .buttons{
	display:block;
 	clear:both;
	padding-bottom:10px;
}
.horizontal_carousel .previous_button {
  float:left;  
  width: 14px;
  height: 11px;
  background: url(images/carousel/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

.horizontal_carousel .previous_button_over {
  background: url(images/carousel/but_prev_hover.png) no-repeat;}

.horizontal_carousel .previous_button_disabled {
  background: url(images/carousel/but_prev_dis.png) no-repeat;
  cursor: default;
}

.horizontal_carousel .next_button {
  float:right;  
  width: 14px;
  height: 11px;
  background: url(images/carousel/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

.horizontal_carousel .next_button_over {
  background: url(images/carousel/but_next_hover.png) no-repeat;
}

.horizontal_carousel .next_button_disabled {
  background: url(images/carousel/but_next_dis.png) no-repeat;
  cursor: default;
}

.horizontal_carousel .allPicsBtn {
  float:left;  
  text-align: center;
  width: 167px;
  overflow: hidden;
  color: #7a7a7a;
  position: relative;
  top: -2px;
  margin-left: 5px;
  white-space: nowrap;
}

	.horizontal_carousel .allPicsBtn:hover {
		border: none;
		margin: none;
		color: #01bae9;
	}
