$(window).load(function() { $("a.fancybox").fancybox({ 'autoScale': true, 'transitionIn': 'elastic', 'transitionOut': 'elastic', 'speedIn': 500, 'speedOut': 300, 'wrapCSS': 'b-custom-photoview', 'autoDimensions': true, 'centerOnScroll': true, helpers: { title: { type: 'inside' } } }); }); $(window).load(function() { $('.flexslider').flexslider({ animation: "slide", slideshow: false, itemWidth: 145, itemMargin: 10, animationLoop: false, directionNav: true, controlNav: false }); });