$(window).load(function()
{

	$('#gallery a').lightBox({fixedNavigation:true});
});