$(document).ready(function() {

	$("a").focus(function() { $("a").blur() } );

	var l = document.location.href.split("/");
	
	$("#content .picture").ceebox({ image:true, imageGallery:true, titles: false });

	if($.browser.mozilla) { 
		$("body").css({overflow: "scroll" });
	}

	if($.browser.safari) { 
		$("body").css({overflow: "scroll" });
	}

});
