$(document).ready(function(){
	$("#imageslider").easySlider({
		auto: true,
		continuous: true,
    numeric: true
	});
});
