


$(document).ready(function()
	{


	$('#navigation').serialScroll({
   target:'#sections'
	});

	$('a').initLightbox();
});
