$(document).ready(function(){	
	$(".animate").easySlider({
		auto: true,
		continuous: true,
		speed: 3000,
		pause: 5000
	});
});	
