
	jQuery(function(){
		jQuery('#SPAS_container').anythingSlider({
			theme           	: 'legandsofsport',
			resizeContents    	: true, 
			width    			: 680,
			height    			: 500,
			delay    			: 5000,
			animationTime    	: 4000,
			easing    			: 'easeInOutBack',
			pauseOnHover    	: true,
			buildArrows    		: true,
			buildNavigation    	: true,
			autoPlay    		: true,
			startStopped    	: false,
			stopAtEnd    		: false,
			playRtl    			: false,
			startText    		: 'Start',
			stopText    		: 'Stop'
		});
	});

