// JavaScript Document


$(document).ready(function(){ 


$('#img1').hover(		  
	function(){ 			  
		$("#meio").css("background","url('img/hover/01.png') right top no-repeat"); 
	}, 						  

	function(){				  
			$('#meio').css("background",""); 
	} 						  
);

$('#img2').hover(		  
	function(){ 			  
		$("#meio").css("background","url('img/hover/02.png') right top no-repeat"); 
	}, 						  

	function(){				  
			$('#meio').css("background",""); 
	} 						  
);	

$('#img3').hover(		  
	function(){ 			  
		$("#meio").css("background","url('img/hover/08.png') right top no-repeat"); 
	}, 						  

	function(){				  
			$('#meio').css("background",""); 
	} 						  
);	

$('#img4').hover(		  
	function(){ 			  
		$("#meio").css("background","url('img/hover/07.png') right top no-repeat"); 
	}, 						  

	function(){				  
			$('#meio').css("background",""); 
	} 						  
);	

$('#img5').hover(		  
	function(){ 			  
		$("#meio").css("background","url('img/hover/06.png') right top no-repeat"); 
	}, 						  

	function(){				  
			$('#meio').css("background",""); 
	} 						  
);	

$('#img6').hover(		  
	function(){ 			  
		$("#meio").css("background","url('img/hover/03.png') right top no-repeat"); 
	}, 						  

	function(){				  
			$('#meio').css("background",""); 
	} 						  
);	

$('#img7').hover(		  
	function(){ 			  
		$("#meio").css("background","url('img/hover/09.png') right top no-repeat"); 
	}, 						  

	function(){				  
			$('#meio').css("background",""); 
	} 						  
);	

$('#img8').hover(		  
	function(){ 			  
		$("#meio").css("background","url('img/hover/10.png') right top no-repeat"); 
	}, 						  

	function(){				  
			$('#meio').css("background",""); 
	} 						  
);	

$('#img9').hover(		  
	function(){ 			  
		$("#meio").css("background","url('img/hover/13.png') right top no-repeat"); 
	}, 						  

	function(){				  
			$('#meio').css("background",""); 
	} 						  
);	

$('#img10').hover(		  
	function(){ 			  
		$("#meio").css("background","url('img/hover/11.png') right top no-repeat"); 
	}, 						  

	function(){				  
			$('#meio').css("background",""); 
	} 						  
);	

$('#img11').hover(		  
	function(){ 			  
		$("#meio").css("background","url('img/hover/12.png') right top no-repeat"); 
	}, 						  

	function(){				  
			$('#meio').css("background",""); 
	} 						  
);		

$('#socialmedia').hover(		  
	function(){ 			  
		$("#meio").css("background","url('img/hover/rede.png') right top no-repeat"); 
	}, 						  

	function(){				  
			$('#meio').css("background",""); 
	} 						  
);	
						  
});	
