$(document).ready(function() {
	$('#home #main-content > div:nth-child(3n)').css('marginRight','0px');
});
