$(window).load(function()
{
    $('#slider').nivoSlider(
    {
        pauseTime       : 4000,
        controlNav      : false,
        directionNav    : false,
        captionOpacity  : 0,
        pauseOnHover    : false,
        effect          : 'fade',
        slices          : 10, // For slice animations
        boxCols         : 10, // For box animations
        boxRows         : 5   // For box animations
    });
});

