$(document).bind("ready",function(){photogallery.init()});var photogallery={$box:null,init:function(){photogallery.$box=$(".photo-gallery-box");photogallery.$box.one("inview",function(n,t){t&&photogallery.setup()})},setup:function(){photogallery.$box.find("noscript").each(function(){var n=$(this).text();$(this).replaceWith($.parseHTML(n))});photogallery.$box.find(".images a:not('.download')").fancybox({padding:10,type:"image",pager:!1,afterLoad:function(){$.extend(this,{tpl:{image:'<img class="fancybox-image" src="{href}" alt="" /><a href="'+$(this.element).next("a.download").attr("href")+'" target="_blank" download class="download">Download<\/a>',wrap:'<div class="fancybox-wrap" tabIndex="-1"><div class="fancybox-skin"><div class="fancybox-outer"><div class="fancybox-inner"><\/div><\/div><\/div><\/div>',next:'<a title="Next" class="fancybox-nav fancybox-next" href="javascript:;"><span><\/span><\/a>',prev:'<a title="Previous" class="fancybox-nav fancybox-prev" href="javascript:;"><span><\/span><\/a>'}})}});photogallery.$box.find("ul").bxSlider({adaptiveHeight:!0,nextText:"",prevText:"",pager:!1})}}