$(document).ready(function() {
	/*
	*   Examples - images
	*/

	$(".cast_iframe").fancybox({
		'width'				: 960,
		'height'			: 360,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'onClosed'	: function() {
			$("#t3_headerlogo").css('visibility', 'visible');
		},
		'onStart'	: function() {
			$("#t3_headerlogo").css('visibility', 'hidden');
		}
	});
	
});
