$(document).ready(function(){ 
	$("#slider").easySlider({
		prevText: '前の商品',
		nextText: '次の商品',
		orientation: 'default'
	});
});
