 $(document).ready(function() {
	  
	$('.lbox').lightBox({fixedNavigation:true});
	
});