$(function(){var listItems=$(".overview .item-1, .overview .item-2, .overview .item-3, .overview .item-4, .overview .item-5");$(listItems).hover(function(){$(this).find("img").stop(true,true).animate({top:"0px"},400);$(this).find(".submenu").stop(true,true).animate({height:"149px"},400)},function(){$(this).find("img").stop(true,true).animate({top:"-600px"},400);$(this).find(".submenu").stop(true,true).animate({height:"0px"},400)})});
