jQuery(document).ready(function($) {
	
	// IE FIXES
	if ($.browser.msie){
		$('#features a:nth-child(2)').css({'margin-left':'27px','margin-right':'27px'});
		$('#features .feature img').css({'top': '-117px'})
	}

});
