(function ($) {
	$(function () {
		if ($.browser.msie && $.browser.version == '6.0') {
			$('#bioScroller li').bind('mouseenter mouseleave', function () {
				$(this).toggleClass('hover');
			});
		}
	});
})(jQuery);