/* Demo verison popup frame */ 
$(document).ready(function() { 
						   
	$("a.forgot_msg").fancybox({
				'width'				: 550,
				'height'			: 390,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'scrolling'			: 'no',
				'type'				: 'iframe'
			});
						   
	$("a.demopop_iframe").fancybox({
				'width'				: 382,
				'height'			: 282,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'scrolling'			: 'no',
				'type'				: 'iframe'
			});
	
	$("a.programpop_iframe").fancybox({
				'width'				: 775,
				'height'			: 655,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'scrolling'			: 'no',
				'type'				: 'iframe'
			});
	
		
	$("a[rel=package_screens_group]").fancybox({
						   
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'titlePosition' 	: 'out',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over" style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; 	color: #FFFFFF;"> ' + (currentIndex + 1) +  (title.length ? ' &nbsp; ' + title : '') + '</span>';
				}
			});

});
