$(document).ready(function()
{
	$("#slider").easySlider(
	{
		prevText: '',
		nextText: '' 		
	});
});	
