$(function(){
	$('#scoreslider').anythingSlider({
		buildArrows         : false,      // If true, builds the forwards and backwards buttons
  		buildNavigation     : false,      // If true, buildsa list of anchor links to link to each panel
  		autoPlay            : true,      // This turns off the entire slideshow FUNCTIONALY, not just if it starts running or not
  		startStopped        : false,
  		delay               : 5000
	});

		});




