﻿$(function () {
	$('#slidercontent').anythingSlider({
		easing: "easeInOutExpo",
		autoPlay: true,
		startStopped: false,
		delay: 6000,
		animationTime: 800,
		hashTags: false,
		buildNavigation: true,
		pauseOnHover: true,
		navigationFormatter: null
	});		
	
	/*$(".menu ul li a").click(function () {
        $(this).next().toggle();
	});*/

});



