// JavaScript Document

	$(function(){
		$('#feature-slider').loopedSlider({
			autoStart: 5000,
			restart: 9000,
			slidespeed: 700
		});
	});

