		$(function(){	
			$("#slider").easySlider({
				auto: true, 
				continuous: true,
				speed:1200,
				numeric: true
			});
		});

