$(function(){
		if ($('#steps-slider').length)$('#steps-slider').loopedSlider({});
		if ($('#intro-slider').length)$('#intro-slider').loopedSlider({autoStart:5000});
	});
