$(function() {
	$("#download_now").tooltip({
		effect: 'slide',
		position: ['bottom', 'center']
	});
	
	$("#download_now3").tooltip({
		effect: 'slide',
		position: ['bottom', 'center']
	});
	$("#download_now4").tooltip({
		effect: 'slide',
		position: ['bottom', 'center']
	});
	$("#download_now6").tooltip({
		effect: 'slide',
		position: ['bottom', 'center']
	});
	$("#download_now8").tooltip({
		effect: 'slide',
		position: ['bottom', 'center']
	});
});


