$(document).ready(function() {
	
	// Get our Feature Rotator Working

	$('.list-rotator').dSlides({
	
		transitionDelay : 7000,
		nav : false
		
	});
		
});
