$(document).ready( function() {
	$("img[rel],a[rel]").overlay({
		effect: "apple",
		expose: "#B8B8B8",
		onLoad: function(content) {
			this.getOverlay().find("a.player").flowplayer(0).load();
		},
		onClose: function(content) {
			$f().unload();
		},
		onBeforeClose: function() {
			$f().stop();
			$f().close();
			$f().unload();
		}
	});

	flowplayer("a.player", "fileadmin/project/hood-group.com/templates/flash/flowplayer/flowplayer.commercial-3.2.1.swf", {
		key: '#$29a4cddaa8e6161ed85'
	});
});

