$(function() {
 $(".gallery div a").lightBox({
  fixedNavigation:true,
  txtImage:'',
  txtOf:'/',
  imageBtnPrev:'',
  imageBtnNext:'',
  imageBtnClose:'',
  imageLoading:'/_img/loading.gif'
 });
});
