$(function(){
		$('#loopedSlider').loopedSlider({
			container: '.slides_container',
			slides: '.slides',
			pagination: '.pagination',
			containerClick: false, // Click container for next slide
			autoStart: 6000, // Set to positive number for auto start and interval time
			restart: 0, // Set to positive number for restart and restart time
			slidespeed: 300, // Speed of slide animation
			fadespeed: 300, // Speed of fade animation
			autoHeight: false // Set to positive number for auto height and animation speed								
		});
	});
