$(function(){
	$('#slider1').anythingSlider({
		enablePlay  : true,
		delay       : 5000,
		autoPlay    : true,
		buildArrows : false,
		buildNavigation : false,
		startStopped    : false, // If autoPlay is on, this can force it to start stopped
		width           : 970,
		height          : 367,
		theme           : 'default',
		autoPlayLocked  : false,  // If true, user changing slides will not stop the slideshow
		resumeDelay     : 5000, // Resume slideshow after user interaction, only if autoplayLocked is true (in milliseconds).
		onSlideComplete : function(slider){
			// alert('Welcome to Slide #' + slider.currentPage);
		}
	});
});
