/*$(function(){
	$("ul#eyefish li a img").hover(function(){
		$(this).animate({
			width:120,
			height:100
		},300);
	},function(){
		$(this).animate({
			width:85,
			height:71
		},300);	
	});
});*/

$(function(){
	$("ul#eyefish li a img").hover(function(){
		$(this).animate({
			width:100,
			height:71.428
		},400);
	},function(){
		$(this).animate({
			width:91,
			height:65
		},400);	
	});
});