/*(function($)
    {
	
    // Here is the entry point for your front javascript
  
    })(jQuery);*/

    $(function() {
       $('a.colorbox').colorbox({
         opacity:0.4,
        });
    });

