$(document).ready(function() {
	$(".kidbutton").mouseover(function () {
		 $(this).fadeIn(100).animate({top:"-=20px"},100).animate({top:"+=20px"},100).animate({top:"-=20px"},100)
		 .animate({top:"+=20px"},100).animate({top:"-=20px"},100).animate({top:"+=20px"},100);
	});

	});
	
