
.foto_listado{
	width:100px;
	height:100px;
	overflow:hidden;
	background-position: center center;
	vertical-align: middle;
	text-align: center;
	}

/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 675px;
  height: 100px;
 margin-bottom: 5px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 600px;
  height: 100px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
	margin: 0;
	padding:0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 100px;
}                      

#horizontal_carousel ul li {
  width: 100px;
  height: 100px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 24px;
  height: 89px;
  background: url(../../images/prev.gif);
  z-index: 100;
  margin-top:11px;
  cursor: pointer;
}
#horizontal_carousel .previous_button_over {
  background: url(../../images/prev_over.gif);
}
#horizontal_carousel .previous_button_disabled {
  background: url();
  cursor: default;
}


#horizontal_carousel .next_button {
  float:left;  
  width: 24px;
  height: 89px;
    margin-top:11px;
  background: url(../../images/next.gif);
  z-index: 100;
  cursor: pointer;
}
#horizontal_carousel .next_button_over {
  background: url(../../images/next_over.gif);
}
#horizontal_carousel .next_button_disabled {
  background: url();
  cursor: default;
}
#foto100 {
	height: 100px;
	width: 100px;
	overflow:hidden;
	float:left;

}