$(window).load(function()
{

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