$(document).ready(function(){

	if ( $.browser.msie ) {
		$('.wrapper').dropShadow({
			left: 		0,
			top:		0,
			blur:		5,
			opacity:	0.4
		}); 
	}

});
