// JavaScript Document

$(function(){
	$(".infiniteCarousel a").hover(function(){
		$(this).children("span").fadeOut();
	}, function(){
		$(this).children("span").fadeIn();
	})		
});

$(function(){
	$(".red-social a").hover(function(){
		$(this).children("span").fadeOut();
	}, function(){
		$(this).children("span").fadeIn();
	})		
});

$(function(){
	$(".roll-over a").hover(function(){
		$(this).children("span").fadeOut();
	}, function(){
		$(this).children("span").fadeIn();
	})		
});

$(function(){
	$(".web-design-datos-images a").hover(function(){
		$(this).children("span").fadeOut();
	}, function(){
		$(this).children("span").fadeIn();
	})		
});

$(function(){
	$(".fotografia-iconos-roll a").hover(function(){
		$(this).children("span").fadeOut();
	}, function(){
		$(this).children("span").fadeIn();
	})		
});
