jQuery(document).ready(function() {
	// The following rukes only apply to IE7 and below
	if(jQuery.browser.msie && jQuery.browser.version.substr(0,1) <= "7"){
		jQuery('.info-wrap .news-item:last-child').css('border-bottom', 0);		
	}
});
