$(document).ready(function(){

	$('ul#clients li:nth-child(3n)').css({'margin-right': '0'});


});



