// JavaScript Document
$(function(){
	
	$("#header-gallery").fadeIn("slow");
	
});
