$(document).ready(function()
	{
		$('.anythingBase').anythingSlider({
		autoPlay: true,
		easing: 'easeInOutExpo',
		delay: 5000,
		animationTime: 900,
		buildNavigation: false
		//toggleArrows: true
	})
});
