$(function(){
	if ($.browser.msie && $.browser.version < 7) {
		$('#product-list li').css('display', 'inline');
	}
});