/* Horizontal Carousel */
#horizontal_carousel-wrapper { width:299px; height:64px; }



#horizontal_carousel {
  width: 239px;
  height: 52px;
  padding:6px 10px 6px 10px;
  background:url(img/logo-bg.jpg);
  float:left;
  
}

#horizontal_carousel .container {
position:relative;
width: 100%;
overflow: hidden;
}

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

#horizontal_carousel ul li {
  width: 80px;
  height: 52px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel-wrapper .buttons{
	display:block;
 	clear:both;
	width:41px;
	height:64px;
	background:url(img/buttons-bg.png) top no-repeat;
	float:right;
	margin:-58px -41px 0 0;
}
#horizontal_carousel-wrapper .previous_button {
  float:left;  
  width: 7px;
  height: 12px;
  background: url(img/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
  margin:40px 0 0 0;
}

#horizontal_carousel-wrapper .previous_button_over {
  background: url(img/but_prev_hover.png) no-repeat; }

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

#horizontal_carousel-wrapper .next_button {
  float:right;  
  width: 23px;
  height: 36px;
  background: url(img/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
  margin:13px 9px 0 0;
}

#horizontal_carousel-wrapper .next_button_over {
  background: url(img/but_next.png) 0 -37px no-repeat;
}

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