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