$(document).ready(function(){	
						   
	$(".lightbox").lightBox({fixedNavigation:true});
	
});