jQuery(document).ready(function() {	
	jQuery("#bottom1").tooltip({
		position: "top center",
		opacity: 0.9
	});
	jQuery("#bottom2").tooltip({
		position: "top center",
		opacity: 0.9
	});
	jQuery("#bottom3").tooltip({
		position: "top center",
		opacity: 0.9
	});
	jQuery("#bottom4").tooltip({
		position: "top center",
		opacity: 0.9
	});
	jQuery("#btn_social").tooltip({
		position: "top center",
		opacity: 0.9
	});
	jQuery("#packstation").tooltip( {
		position: "top center",
		opacity: 0.9
	});
	jQuery("#packstation_shipping").tooltip( {
		position: "top center",
		opacity: 0.9
	});
});
