/* Horizontal Carousel */
#horizontal_carousel {
	/*  float: left;
  width: 610px;
  height: 240px;
  margin-bottom: 10px;
  position: relative;*/
  
 	position: absolute;
	top:121px;
	
	height:118px;
	left:-15px;
}

#horizontal_carousel .container {
  float: left;
 width:980px;
  position: relative;    
  overflow: hidden;
  white-space:normal;
}

#horizontal_carousel ul {
margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;

}                      

#horizontal_carousel ul li {

  float:left;
  list-style:none;   
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 15px;
  height: 115px;
  background: url(../../../../postertaxi_media/bt_prev_a.gif);
  z-index: 100;
  cursor: pointer;

}

#horizontal_carousel .previous_button_over {
  background: url(../../../../postertaxi_media/bt_prev_.gif);
}

#horizontal_carousel .previous_button_disabled {
  background: url(../../../../postertaxi_media/bt_prev.gif);
  cursor: default;
}

#horizontal_carousel .next_button {
position:absolute;

  float: right;  
  width: 35px;
  height: 115px;
  background: url(../../../../postertaxi_media/bt_next_a.gif);
  background-repeat:no-repeat;
  background-position:right;
  z-index: 100;
  cursor: pointer;
  top:0px;
  left:990px;
}


#horizontal_carousel .next_button_over {

 background: url(../../../../postertaxi_media/bt_next_.gif);
   background-repeat:no-repeat;
  background-position:right;
}

#horizontal_carousel .next_button_disabled {

  background: url(../../../../postertaxi_media/bt_next.gif);
    background-repeat:no-repeat;
  background-position:right;
  cursor: default;
}

