$(document).bind("ready", function() {
	
	$("#gallery a").lightBox({fixedNavigation:true});

});

