$(function() {
	$('a.lightbox').lightBox(
					{
						fixedNavigation:true
						
				  });
});