
			$(window).load(function(){
				$("#start").fadeTo("slow", 1.0);
				$("#main").fadeTo("slow", 1.0);
        		$('.a_pict').lightBox();
			});
