$(document).ready( function() {
	
	$('#team').columnize({width:450,columns:4,ignoreImageLoading:true,buildOnce:true});
	
} );
