$(document).ready(function(){	
$("#slideri").easySlider({
prevText:'subir',
	nextText:'bajar',
			orientation:'vertical'
		});
	});


