$(document).ready(function(){

    $('#slider').nivoSlider({
        effect: "boxRainGrow",
        boxRows: 5,
        boxCols: 12,
        pauseTime: 5000,
        animSpeed: 1500,
        directionNav: false, // Next & Prev navigation
        directionNavHide: false, // Only show on hover
        controlNav: true, // 1,2,3... navigation
        controlNavThumbs: false // Use thumbnails for Control Nav
    });

});

