$(function () {
	if ($.browser.msie) {
		$('#content #contentArea .callout:last-child, #content #contentArea .scroller ul li:first-child').addClass('last-child');
		if ($.browser.version == '6.0') {
			$('#nav li')
				.bind('mouseenter', function () {$(this).addClass('hover');})
				.bind('mouseleave', function () {$(this).removeClass('hover');})
			DD_belatedPNG.fix('#footer');
		}
	}
});
