$(function() {
  if ($('.lightbox a').lenght > 0)
	 $('.lightbox a').lightBox({fixedNavigation:true});
});
