    $(function() {
       $('a.lightbox').lightBox();
        $("a.colorbox").colorbox({
            opacity:0.6,
            current: "Изображение {current} из {total}"
        });
    });

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