    $(function() {
//       $('a.lightbox').lightBox();
        $("a.colorbox").colorbox({
            opacity:0.4,
            current: "Изображение {current} из {total}"
        });
    });
/*
(function($)
{
	
	// Here is the entry point for your front javascript
  
})(jQuery);
*/
