/* Horizontal Carousel */
#horizontal_carousel {
  width:540px;
  height: 165px;
  padding:0px;
  background:#fff;
  border:solid 0px #e9e9e9;
}

#horizontal_carousel .container {
position:relative;
  float:left;
  width: 444px;
  overflow: hidden;
}

#horizontal_carousel ul {
float:left;
  margin:0;
  padding:0;
  width: 10000px;
  position: relative;
  top: 0;
  left: 0px;
  height: 165px;
  overflow: hidden;
}                      

#horizontal_carousel ul li {
  width: 224px;
  height: 165px;
  text-align:right; 
  list-style:none;   
  float:left;
  margin:0 0 0 0px;
}

#horizontal_carousel .buttons{
	float:left;
	width:40px; height:165px;
	display:inline;
}
#horizontal_carousel .previous_button {
  float:left;  
  width: 40px;
  height: 165px;
  background: url(img/izq.jpg) no-repeat;
  z-index: 100;
  cursor: pointer;
  margin:0 0px 0 0;
}

#horizontal_carousel .previous_button_over {
  background: url(img/izq.jpg) no-repeat;}

#horizontal_carousel .previous_button_disabled {
  background: url(img/izq.jpg) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;
  margin:0 0 0 4px;
  width: 45px;
  height: 165px;
  background: url(img/der.jpg) no-repeat; background-position:left;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(img/der.jpg) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(img/der.jpg) no-repeat;
  cursor: default;
}
