
$(function(){$('a[href^=http]').click(function(){window.open(this.href);return false;});$.localScroll();$("ul.gallery li").overlay().hover(function(){$(this).css({"cursor":"pointer"});},function(){$(this).css({"cursor":"default"});});});