// On Pageload

$(document).ready(function(){
	
	$('ul.groups li:nth-child(6)').css('margin-right','0px !important');
	$('ul.groups li:nth-child(10)').css('margin-right','0px !important');
	$('ul.groups li:nth-child(14)').css('margin-right','0px !important');
	$('ul.groups li:nth-child(18)').css('margin-right','0px !important');
	
});
