$(document).ready(function(){
	
	$('#gallery').hide().fadeIn(2000);
		
	$('#gallery a').lightBox({fixedNavigation:true});
		
});

