$(function(){
	$('#slider')
		.anythingSlider({
			autoPlay	: true,
			pauseOnHover: true,
			delay		: 7000
			//startStopped : true
		});
});
