$(document).ready(function(){
	
	$('#content .content-elements li:nth-child(3n+3)').css('margin-right','0');	
	
});
