$(document).ready(function() {
	$('#loopedSlider').loopedSlider({
		autoHeight: 500,
		autoStart: 5000,
		restart: 7000
	});
});
