//(function($)
//{
	
    $(function() {
       $('a.lightbox').lightBox();
    });
    
	// Here is the entry point for your front javascript
  
//})(jQuery);