//anythingSlider

function formatText(index, panel) {
           return index + "";
}

$(function () {
	$('.anythingSlider').anythingSlider({
		easing: "linear",
		autoPlay: true,
		delay: 6800,
		startStopped: false,
		animationTime: 800,
		hashTags: false,
		buildNavigation: true,
		buildNavigation: false,
		pauseOnHover: false,
		navigationFormatter: formatText
	});

//	$('.anythingSlider2').anythingSlider({
//		easing: "easeInOutExpo",
//		showMultiple : 5,
//		startPanel: 1,
//		changeBy     : 5,
//		autoPlay: true,
//		animationTime: 2000,
//		delay: 3000,
//		stopAtEnd: true,
//		startStopped: false,
//		buildNavigation: false,
//		autoPlayLocked: false,
//		enableKeyboard: false,
//		startText: false,
//		stopText: false,
//		hashTags: false,
//		startStopped: false,
//		buildNavigation: false,
//		navigationFormatter: formatText
//	});
              
});
