$(document).ready(function(){



	$('#slider2')
	.anythingSlider({
		width               : 469,
		startStopped   : false,
		height              : 350,
		resizeContents      : true,
		theme       	   : 'metallic',
		startText           : "Play",   // Start button text
        stopText            : "Pause",    // Stop button text
        delay               : 4000,      // How long between slideshow transitions in AutoPlay mode (in milliseconds)

		navigationFormatter : function(i, panel){
			return ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11'][i - 1];
		}
	})
	
});
