$(document).ready(function() {

	$.localScroll();

	$("a.hoverbox").fancybox({ 'hideOnContentClick': true }); 

	jQuery.easing.def = 'easeOutExpo';
	
	setTimeout(function(){
  $("div.fademe").fadeOut("slow", function () {
  $("div.fademe").remove();
      });

	}, 6000);


}); 