jQuery(document).ready(function(){
	$('a.lightbox').lightBox({fixedNavigation:true}); // Select all links with lightbox class
});
