$(document).ready(function() {
	$("#slider").easySlider({
		auto: true,
		continuous: true,
		speed: 2000
	});
});

