$(function() {
    var navButtons = '#share, #home';
    $(navButtons).hover(function() {
		
	//	setTimeout(function () { $(navButtons).stop().animate({'top':'-30px'},{queue:true,duration:200}); }, 450); 	
        $(this).stop().animate({'top':'-30px'}, 200); ;	
		
        }, function () {
	//	setTimeout(function () { $(navButtons).stop().animate({'top':'0px'},{queue:true,duration:200}); }, 440); 	
		$(this).stop().animate({'top':'0px'}, 200); ;	        
        });
});


$(function() {
    var navButtons = '#share1, #home1';
    $(navButtons).hover(function() {
		
	//	setTimeout(function () { $(navButtons).stop().animate({'top':'-30px'},{queue:true,duration:200}); }, 450); 	
        $(this).stop().animate({'top':'-30px'}, 200); ;	
		
        }, function () {
	//	setTimeout(function () { $(navButtons).stop().animate({'top':'0px'},{queue:true,duration:200}); }, 440); 	
		$(this).stop().animate({'top':'0px'}, 200); ;	        
        });
});

