
        $(window).load(function () {
            $('#slider').nivoSlider(
                {
                effect:'fade',
                slices: 3,
                animSpeed: 400,
                pauseTime: 3000,
                startSlide: 0,
                directionNav: true,
                directionNavHide: true,
                controlNav: true,
                controlNavThumbs: false,
                controlNavThumbsFromRel: false,
                controlNavThumbsSearch: '.jpg',
                controlNavThumbsReplace: '_thumb.jpg',
                keyboardNav: true,
                pauseOnHover: true,
                manualAdvance: false,
                captionOpacity: 0.8,
                beforeChange: function () { },
                afterChange: function () { },
                slideshowEnd: function () { }
                });
        });


