$(document).ready(function(){

	$('#slider2')
	.anythingSlider({
		width               : 960,
		height              : 450,
		startStopped        : true,
		resizeContents      : false,
		navigationFormatter : function(i, panel){
			return ['1', '2', 'Image', 'Quote #2', 'Image #2', 'Test'][i - 1];
		}
	})
	
	
});
