$(function(){

	$('.launch_showreel').colorbox({
		opacity: .8,
		innerWidth: 790,
		innerHeight: 207,
		scrolling: false,
		onComplete: function(){
			var movieUrl = $(this).attr('rel');
			swfobject.embedSWF(movieUrl, "showreel_player", 790, 207, "9.0.0");
		}
	});
	
});


