$(document).ready(function(){	
	$("#changeIt").easySlider({
		auto: true,
		continuous: true,
		pause: 10000
	});
});