jQuery(document).ready(function() {
			jQuery('.slideshow').after('<div id="nav">')
			jQuery(".loader  img").css("display", "none");	
});

jQuery(window).load(function() { //fades in image and hides loading image
	jQuery(".loader").css("background", "none");
    jQuery(".loader img").fadeIn("50");
});
