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