$(function() {				$('.masthead').hover(function(){				$(this).find('img').animate({top:'10px'},{queue:false,duration:500});			}, function(){				$(this).find('img').animate({top:'0px'},{queue:false,duration:500});			});									$('.aboutme').hover(function(){				$(this).find('img').animate({top:'110px'},{queue:false,duration:500});			}, function(){				$(this).find('img').animate({top:'100px'},{queue:false,duration:500});			});									$('.projects').hover(function(){				$(this).find('img').animate({top:'210px'},{queue:false,duration:500});			}, function(){				$(this).find('img').animate({top:'200px'},{queue:false,duration:500});			});									$('.timeline').hover(function(){				$(this).find('img').animate({top:'110px'},{queue:false,duration:500});			}, function(){				$(this).find('img').animate({top:'100px'},{queue:false,duration:500});			});									$('.skills').hover(function(){				$(this).find('img').animate({top:'595px'},{queue:false,duration:500});			}, function(){				$(this).find('img').animate({top:'585px'},{queue:false,duration:500});			});					});
