$(document).ready(function(){
	/* campo de buscas */
	$('.article').ready(function(){$('#content .article:nth-child(3n)').css('margin-right', '0');});
});
