$(document).ready(function(){var move=-15;var zoom=1.2;$('.zitem').hover(function(){width=$('.zitem').width()*zoom;height=$('.zitem').height()*zoom;$(this).find('div.caption').stop(false,true).fadeIn(200);},function(){$(this).find('div.caption').stop(false,true).fadeOut(200);});$("div#button div").click(function(){var elid=$(this).attr('id');$("div#images div").hide();$("div#images div#"+elid+"_content").fadeIn("slow");$("div#button div").removeClass("image_on color4");$("div#button div").addClass("image_repos color2");$("div#button div#"+elid+"").removeClass("image_repos color2");$("div#button div#"+elid+"").addClass("image_on color4");});});