@charset "UTF-8";

$(function(){
	$('.gallery_single+.pager2 .prev a').text('< 前の商品');
	$('.gallery_single+.pager2 .next a').text('次の商品 >');
});