Animation Speed and Transition Settings in Jquery Nivo Slider

Hello, I installed the nivo-slider for a module on a project - see bottom left: Beverly Hills/Greater Los Angeles Association of Realtors®

The thing is I have played with the animSpeed and pauseTime settings to slow down the time between img changes and they are still playing at the same speed as when I first installed.

Below are the settings I currently have on that module in my jqoery.nivo.slider.js. If someone can show me how to properly adjust the settings - the pauseTime definitely does not seem to be 8000 - I would really appreciate it, Thx.

//Default settings
$.fn.nivoSlider.defaults = {
effect:‘random’,
slices:15,
animSpeed:5000,
pauseTime:8000,
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(){},
lastSlide: function(){},
afterLoad: function(){}
};