Speed on the Slideshow on Home Page

I have placed 3 slides on a demo website and they change quite quickly. Can you point me in the right direction to allow me to slow it down.
includes/boxes/slider.inc.php

**Find**

<script>
$('.nivoSlider').nivoSlider({
controlNav: false
});
</script>

**Change to**

<script>
$('.nivoSlider').nivoSlider({
controlNav: false,
pauseTime: 10000 // How long each slide will show in milliseconds
});
</script>

Remember, no trailing coma for the last param as that will crash IE.

Reference: http://docs.dev7studios.com/jquery-plugins/nivo-slider
Thank you again, I hope my questions and your answers help other new users down the line :)
I am certain all questions are helpful to others in one way or the other :)
Hello Litecart Team!
How are you?
I want to locate slider on top of page.
How can I implement it?
Which version are you using?