$(document).ready(function() {
	$('div#content-backing').css("z-index", "-2");
	$("a.fimage").fancybox();
});

$(window).load(function () {
	setTimeout("$('div#header-laser').fadeOut(function(){ $('div#content-backing').css('z-index', '-3'); });",700)
});