$(document).ready(function(){
	$(".about").hover(function() {
		$(this).attr("src","imgs/about_h.jpg");
			}, function() {
		$(this).attr("src","imgs/about.jpg");
	});
	
	
	$(".contact").hover(function() {
		$(this).attr("src","imgs/contact_h.jpg");
			}, function() {
		$(this).attr("src","imgs/contact.jpg");
	});
	
	$(".1").hover(function() {
		$(this).attr("src","imgs/11.png");
			}, function() {
		$(this).attr("src","imgs/1.png");
	});
	
	$(".2").hover(function() {
		$(this).attr("src","imgs/22.png");
			}, function() {
		$(this).attr("src","imgs/2.png");
	});
	
	$(".3").hover(function() {
		$(this).attr("src","imgs/33.png");
			}, function() {
		$(this).attr("src","imgs/3.png");
	});
	
	
	$(".4").hover(function() {
		$(this).attr("src","imgs/44.png");
			}, function() {
		$(this).attr("src","imgs/4.png");
	});
	
	$(".5").hover(function() {
		$(this).attr("src","imgs/55.png");
			}, function() {
		$(this).attr("src","imgs/5.png");
	});
	
	$(".6").hover(function() {
		$(this).attr("src","imgs/66.png");
			}, function() {
		$(this).attr("src","imgs/6.png");
	});
	
	$(".7").hover(function() {
		$(this).attr("src","imgs/77.png");
			}, function() {
		$(this).attr("src","imgs/7.png");
	});
	
	$(".8").hover(function() {
		$(this).attr("src","imgs/88.png");
			}, function() {
		$(this).attr("src","imgs/8.png");
	});
	
	
	$(".4vitec").hover(function() {
		$(this).attr("src","imgs/4vitec1.png");
			}, function() {
		$(this).attr("src","imgs/4vitec.png");
	});
	
	$(".optibace").hover(function() {
		$(this).attr("src","imgs/optibace1.png");
			}, function() {
		$(this).attr("src","imgs/optibace.png");
	});
	
	$(".focus").hover(function() {
		$(this).attr("src","imgs/focus1.png");
			}, function() {
		$(this).attr("src","imgs/focus.png");
	});
	
	$(".como").hover(function() {
		$(this).attr("src","imgs/como1.png");
			}, function() {
		$(this).attr("src","imgs/como.png");
	});
	
	$(".stradis").hover(function() {
		$(this).attr("src","imgs/stradis1.png");
			}, function() {
		$(this).attr("src","imgs/stradis.png");
	});
	
	$(".sylon").hover(function() {
		$(this).attr("src","imgs/sylon1.png");
			}, function() {
		$(this).attr("src","imgs/sylon.png");
	});
	
	
		
	
});
