 $(document).ready(function() {
   $('a.lightbox').lightBox({
	overlayBgColor: '#050757'});
 });
