$(function() {		
	$("a[rel]").overlay({
		closeOnClick: true, 
		finish:  { 
        	top: 30
   		}, 
		onBeforeLoad: function() {
			this.getBackgroundImage().expose({color: '#444'});
			this.getContent().find("a.fplayer").flowplayer(0).load();
		},
		onLoad: function(content) { 
            
        }, 
		onClose: function() {
			$.expose.close();
			$f().unload(); 
		}
	});  
	flowplayer("a.fplayer","/flowplayer/flowplayer.commercial-3.1.0.swf", { 
   				key: '#@a5e90fa94bbc2d7d51a', 
				clip: { 
        			scaling: 'fit'   
    			}, 
				canvas: { 
    				background: '#000000', 
     				backgroundGradient: 'none'
				}
	});	
});