$(function() {

	$('a.lightbox').lightBox({
		fixedNavigation: true,
		overlayBgColor: '#000'
		});
		
});

