/* Horizontal Carousel */
#horizontal_carousel {
  width: auto;
  padding:10px;
  /*background:#f6f6f6;*/
  border:solid 1px #e9e9e9;
  background: url(img/back_carusel.jpg) repeat; 
overflow:hidden;
zoom: 1;  
}

#horizontal_carousel .container {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  height: 200px; 
  margin:0px;
  padding:0px;
  position:relative;  
}

#horizontal_carousel ul {
  margin:0px;
  padding:0px;
  width: 100000px;
  position: relative;
  top: 0;
  height: 90px;
  border:0;
  left:0px;
}                      

#horizontal_carousel ul li {
  width: 214px;
  height: 195px;
  text-align: center; 
  list-style:none;   
  float:left;
  background:none;
  margin:0;
  padding-left:9px; 
  padding-right:10px; 
	padding-top:5px; 
	overflow:hidden;
}
#horizontal_carousel ul li img{
	z-index:1001;
}
#horizontal_carousel ul li div{
/*
	
	padding-right:4px;
	padding-top:2px;	
	margin-top:-2px;*/
	width:216px;	
	color:#055B96;
	font-size:12px;	
	height:36px;
  background: url(img/back_li.png) repeat-y;	
  padding-left:4px;
  text-align:left;
}
#horizontal_carousel .buttons{
	display:block;
 	clear:both;
	text-align:center;
	height:30px;
	padding-bottom:5px;
}
#horizontal_carousel .buttons span{
	color:#636363;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}
#horizontal_carousel .previous_button {
  float:left;  
  width: 29px;
  height: 29px;
  background: url(img/but_prev.gif) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(img/but_prev.gif) no-repeat;
  }

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

#horizontal_carousel .next_button {
  float:right;  
  width: 29px;
  height: 29px;
  background: url(img/but_next.gif) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(img/but_next.gif) no-repeat;
}

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