$(document).ready(function(){$("ul#topnav img").hover(function(){$(this).stop().animate({marginTop:"84"},"200");$("#topMenuActive img").stop().animate({marginTop:"-84"},"200")},function(){$(this).stop().animate({marginTop:"0"},"200");$("#topMenuActive img").stop().animate({marginTop:"0"},"200")});$("#topMenuActive img").hover(function(){$(this).stop().animate({marginTop:"-84"},"200")},function(){$(this).stop().animate({marginTop:"0"},"200")});$("img.info").hover(function(){$(this).next("div.infoBox").stop(true,true).animate({opacity:"show",bottom:"21"},"slow")},function(){$(this).next("div.infoBox").animate({opacity:"hide",bottom:"40"},"fast")});$("#green h2.naglowek").clone().attr({class:'naglowek2'}).insertAfter("#green h2.naglowek");$('a.big').lightBox({fixedNavigation:true});$('#realki a.big').lightBox({fixedNavigation:true});$(".big img").hover(function(){$(this).animate({borderTopColor:"#000000"},'fast')});$("#realki p img").fadeTo(1,0.7);$("#realki p").hover(function(){$('img',this).fadeTo("fast",1.0)},function(){$('img',this).fadeTo("fast",0.7)})});