$(document).ready(function() {
    WeddingBoutique.landingPage.getNav(function(){

        $("#nav-carousel").napCarousel({
            circular: false,
            visible: 4,
            scroll: 1,
            btnPrev: "#nav-carousel-prev-button",
            btnNext: "#nav-carousel-next-button",
            speed: 250,
            easing: "swing"
        }, WeddingBoutique.landingPage.init);

    })
});

