‹‹ cycle homejQuery Cycle Plugin - pauseOnPagerHover demo

This slideshow will transition every 3 seconds.

$('#slideshow').cycle({
    speed:       200,
    timeout:     3000,
    pager:      '#nav',
    pagerEvent: 'mouseover',
	pauseOnPagerHover: true
});