jQuery(document).ready(function(){	
	
	jQuery('#loopedSlider').loopedSlider({
		autoStart: 5000,
		restart: 10000
	});		
	
});