$(document).ready(function() {
	$('#send2friend').qtip({
		"content": {
			"url": "/webteamtest/gulbenkian/sendToAFriend/sendToAFriend.html" 
		},
		"show": { "when": { "event": "click" } },
		"hide": { "when": { "event": "unfocus" } },
		"position": {
			"corner": {
				"target": "topMiddle",
				"tooltip": "bottomMiddle"
			}
		},

		"style": {
			"tip": "bottomMiddle",
			"background": "#393862",
			"padding": "10px",
			"border": {
				"width": 5,
				"radius": 5,
				"color": "#171325"
			}
		}
	});
	
	/*$('div.eventDetailsButtons > ul li:last').qtip({
		"content": {
			"url": "/webteamtest/gulbenkian/sendToAFriend/sendToAFriend.html" 
		},
		"show": { "when": { "event": "click" } },
		"hide": { "when": { "event": "unfocus" } },
		"position": {
			"corner": {
				"target": "bottomMiddle",
				"tooltip": "topMiddle"
			}
		},

		"style": {
			"tip": "topMiddle",
			"background": "#393862",
			"padding": "10px",
			"border": {
				"width": 5,
				"radius": 5,
				"color": "#171325"
			}
		}
	});*/
});