$(document).ready(function(){	
	$("#slider").easySlider({
		nextId: "next-btn",
		prevId: "prev-btn"
	});
});

