doOnDocReady=function(){$('#gallery .gitem').each(function(){$(this).find("h3").css("display","block").prependTo($(this).find("span"))});$("#gallery .gitem span").css("top","105px").css("height","20px").hide();$('.gitem').hover(function(){$(this).addClass("ishover");$(this).find("span").animate({top:85,height:70,opacity:'toggle'},250)},function(){$(this).removeClass("ishover");$(this).find("span").animate({top:105,height:20,opacity:'toggle'},250)});$('#gallery a[href$=".jpg"] img').parent().lightBox()};$(document).ready(doOnDocReady);
