// JavaScript Document

$(function(){
	$('div.product:nth-child(4n)').css('padding-right', '0');
});
