$(function() { 
	$('a.gallery').lightBox({fixedNavigation:true});


    // many galleries on the same page
    //    $('a.gallery2').lightBox({fixedNavigation:true});
});
