Modernizr.addTest('maxwidth', function(){ 
	return 'max-width' in document.createElement('div').style; 
	});
