$(document).ready(function(){	
		$("#slider").easySlider({
			prevId: 'prevBtn',
			nextId: 'nextBtn',

			autogeneratePagination: true,
			orientation: 'horizontal',
			speed: 1000, //800
			autoplayDuration: 4500, //3000
			restartDuration: 3000,
			loop: true,
			hoverPause: 0,
			hover: false,
			easing: null,
			pauseable: true,
			pauseButtons: false,
			numeric: true,
			numericId: 'controls',
			showComment: false
		});
});