$('#translate-this').mouseover(function() {
	$('.ttb-panel div:last').hide(1);
});

