jQuery(document).ready(function(){
	jQuery("div:not(.vertical-list) #subpages .element:nth-child(4n+1)").css("clear","left");	
});
