//<![CDATA[

var csssupport = (
	function() {
		var div = document.createElement("div");
		var prefix = ['Webkit', 'Moz', 'O', 'Ms', 'Khtml'];
		var i, N = prefix.length;
		
		return function(property) {
			if(property in div.style) return true;
			
			property = property.replace(/^[a-z]/, function(val) { return val.toUpperCase(); });
			
			for(i = 0; i < N; i++) {
				if(prefix[i] + property in div.style) return true;
			}
			
			return false;
		};
	}
)();


//]]>
