jQuery Plugin, ImulusSlideshow

An alternative plugin to cycle, allows rotating through slides with mild configuration. A navigation is assigned to match the slides, if you hover over this it will stop the cycling and just rely on nav interaction.

Originally needed to do a slide that was 100% scalable width of the site. This plugin relies on the jquery plugin doTimeout. See example below:

$('.slide-holder .slide').imulusSlideshow({
	slidesNavItems: $('#slide-nav ul li'),
	timeout: 4500,
	speed: 500 
});

Slide One