$(document).ready(function(){
			$('#slider1').anythingSlider({
				autoPlay		: true,
				//startStopped	: false,
				autoPlayLocked  : true,
				resumeDelay     : 10000,
				height			: 380,
				width			: 977,
				startText		: null,
				stopText		: null
			});
			$('#slider2').anythingSlider({
				//autoPlay		: true,
				//startStopped	: false,
				autoPlayLocked  : true,
				buildNavigation	: false,
				resumeDelay     : 10000,
				height			: 380,
				width			: 977,
				startText		: null,
				stopText		: null
			});
});
