/* Author: Matt Banks */

$(function() {

	$(".page-id-46 .entry a").hover(function() {       
			$(this).stop().animate({paddingLeft : "10px"},200);
		}, function() {       
			$(this).stop().animate({paddingLeft : "0px"},200);
	});

	
});
