//adjust-ie
// ---------------------------------------------------------------------------
$(function() {
	$('#infomation dl:last')
	.css('background-image','none');
})

