$(document).ready(function(){

/* EASY SLIDER SETTINGS */
/* ----------------------------------------- */
	$("#slider").easySlider({
		auto: true,
		continuous: true,
		speed: 4000,
		pause: 5000,
		controlsShow: false,
	});

/* ----------------------------------------- */

});