$(document).ready(function() {

	 $('#slideshow').anythingSlider({
                easing: "easeInOutExpo",     
                autoPlay: true,              
                delay: 3000,                 
                startStopped: false,         
                animationTime: 600,          
                hashTags: true,              
                buildNavigation: false,      
        		pauseOnHover: true,          
        		startText: "Go",             
		        stopText: "Stop"
            });

});
