$(document).ready(function(){


	$('#slides')
	.anythingSlider({
		
		hashTags            : false,
		startStopped        : false,
		resizeContents      : true,
		infiniteSlides      : false,
		autoPlay            : true,
		delay               : 5000,      // How long between slideshow transitions in AutoPlay mode (in milliseconds)
  		resumeDelay         : 6000,     // Resume slideshow after user interaction, only if autoplayLocked is true (in milliseconds).
  		animationTime       : 600,       // How long the slideshow transition takes (in milliseconds)
  		easing              : 'easeOutCirc',
		navigationFormatter : function(i, panel){
			return [i - 0];return false;

		}
	});

	
});
