﻿$(document).ready(function(){
	
	$(function () {
	
		$('#slidercontent').anythingSlider({
				easing: "easeInOutExpo",               
				autoPlay: true,                 
				startStopped: false,            
				delay: 6000,                    
				animationTime: 800,             
				hashTags: false,                
				buildNavigation: true,          
				pauseOnHover: true,             
				navigationFormatter: null       
		});
		
	});

});
