﻿$(document).ready(function () {
      setTimeout(function(){
            $('#slider').nivoSlider({
                effect:'fade',
                pauseTime:8000,
                pauseOnHover:false,
                boxCols: 8,
                boxRows: 4
            });
        }, 3000);
    });




/*============= FINE JQUERY ================================================================================================================*/


