
	jQuery(function(){
		jQuery('#SPAS_container').anythingSlider({
			theme           	: 'etc',
			resizeContents    	: true, 
			width    			: 965,
			height    			: 490,
			delay    			: 30000,
			animationTime    	: 3000,
			easing    			: 'jswing',
			pauseOnHover    	: true,
			buildArrows    		: true,
			buildNavigation    	: false,
			autoPlay    		: false,
			startStopped    	: false,
			stopAtEnd    		: false,
			playRtl    			: false,
			startText    		: 'Start',
			stopText    		: 'Stop'
		});
	});

