
$(function () {
			
			$('#slider1').anythingSlider({
                autoPlay: true, 
                delay: 5000,
				startStopped    : false, // If autoPlay is on, this can force it to start stopped
				animationTime: 1000,
				pauseOnHover: true,
				width           : 804,   // Override the default CSS width
				height           : 212,   // Override the default CSS width
				startText: "-Play-",             // Start text
		        stopText: "-Stop-", 
			});
		
        });





