/* Horizontal Carousel */
#horizontal_carousel {
	float: left;
	width: 730px;
	height: 365px;
	margin-bottom: 0px;
	position: relative;
	margin-left: 15px;
	_margin-left: 14px;

}

#horizontal_carousel .container {
	width: 730px;
	height: 365px;
	position: absolute; /* fixed */
	overflow: hidden;
}

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

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



#horizontal_carousel .previous_button {
	z-index: 100;
	cursor: pointer;
	width:16px;
	height:16px;
	position:absolute;
	background-image: url(boton_carrusel_izq.gif);
	background-repeat: no-repeat;
	background-position: left  0px;
	left: -26px;
	top: 170px;
	}
	
#horizontal_carousel .next_button{
	z-index: 100;
	cursor: pointer;
	width:16px;
	height:15px;
	position:absolute;
	background-image: url(boton_carrusel_der.gif);
	background-repeat: no-repeat;
	background-position: left  0px;
	top: 170px;
	left: 741px;
	}
#horizontal_carousel .next_button_disabled, #horizontal_carousel .next_button_over {
	background-image: url(boton_carrusel_der_o.gif);
	background-repeat: no-repeat;
	}
#horizontal_carousel .previous_button_over, #horizontal_carousel .previous_button_disabled {
	background-image: url(boton_carrusel_izq_o.gif);
	background-repeat: no-repeat;
	}
