$(document).ready(function(){
  $('.foto').lightBox({
  	fixedNavigation:true,
  	containerBorderSize: 10
  });
});


