$(document).ready(function() {
	$(document).pngFix();
	//
	$('#compass').superfish({
		animation: {
			opacity: 'show',
			height: 'show'
		}
	});
});
