$(document).ready(function(){
    $(function() {
	$('#facility a').lightBox({fixedNavigation:true});
    });
});

