		$(document).ready(function(){
	        if ($.browser.msie) {
	            $('#container').boxShadow( 0, 0, 6, "#333");   
	        } 
	    });

