$(function(){

	/*
	
	container: '.container', // Class or ID of main container
	slides: '.slides', // Class or ID of slide container
	pagination: '.pagination', // Class or ID of pagination container
	containerClick: true, // Click container for next slide
	autoStart: 0, // Set to positive number for auto start and interval time
	restart: 0, // Set to positive number for restart and restart interval
	slidespeed: 300, // Speed of slide animation
	fadespeed: 300, // Speed of fade animation
	autoHeight: false // Set to positive number for auto height and animation speed
	
	*/

	$('#loopedSlider').loopedSlider({slidespeed: 800});
});
