/* Author: 

*/

$(document).ready(function(){
	if ($.browser.msie) {
		$('*').css({'text-shadow':'none'});
	}
});

