$(document).ready(function(){
					  
	// Schatten im IE
	if ($.browser.msie) {
		$('#shadow').boxShadow(0,104,5,"#b2b9be");			
	};
	
});
