﻿$(window).load(function () {
    $('#slider').nivoSlider({
        effect: 'slideInRight',
        pauseTime: 5000
    });
});
