
.foto_listado{
	width:135px;
	height:101px;
	overflow:hidden;
	background-position: center center;
	vertical-align: middle;
	text-align: center;
	}

/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 650px;
  height: 110px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 585px;
  height: 110px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
	margin: 0;
	padding:0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 240px;
}                      

#horizontal_carousel ul li {
  width: 145px;
  height: 240px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 32px;
  height: 100px;
  background: url(../../images/exlabesa_28.jpg);
  z-index: 100;
  cursor: pointer;
}
#horizontal_carousel .previous_button_over {
  background: url(../../images/exlabesa_28.jpg);
}
#horizontal_carousel .previous_button_disabled {
  background: url();
  cursor: default;
}


#horizontal_carousel .next_button {
  float:left;  
  width: 32px;
  height: 100px;
  background: url(../../images/exlabesa_30.jpg);
  z-index: 100;
  cursor: pointer;
}
#horizontal_carousel .next_button_over {
  background: url(../../images/exlabesa_30.jpg);
}
#horizontal_carousel .next_button_disabled {
  background: url();
  cursor: default;
}

