$(document).ready(function() {

	$("#slider").easySlider({
		auto: true,
		continuous: true,
		numeric: true,
		pause: 5000,
		speed: 500
	});

}); 
