jQuery(function(){

			jQuery('#slider1').anythingSlider({
				autoPlayLocked  : true,  // If true, user changing slides will not stop the slideshow
				resumeDelay     : 7000, // Resume slideshow after user interaction, only if autoplayLocked is true (in milliseconds).
				easing			: 'swing', // Anything other than "linear" or "swing" requires the easing plugin
				delay			: 5000,
				hashTags		: true
			});	
		});
