$(document).ready(function() {
	if(jQuery.browser.msie && parseInt(jQuery.browser.version) == 6){ 
		$("body").addClass("ie");
	}
	$("#navHeader").superfish({ pathClass: 'current', animation: {opacity:'show'}, delay: 500, speed: 'fast' });
	
	$(".game").fancybox({
		'width'				: 1000,
		'height'			: 594,
		'padding'			: 0,
		'autoScale'			: false,
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'overlayOpacity'	: '0.95',
		'overlayColor'	: '#69bec7',
		'speedIn'	:	500,
		'speedOut'	:	500,
		'scrolling'    : 'no'
	});
	
	$(".iframe").fancybox({
		'width'				: 1000,
		'height'			: 594,
		'padding'			: 0,
		'autoScale'			: false,
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'overlayOpacity'	: '0.95',
		'overlayColor'	: '#69bec7',
		'speedIn'	:	500,
		'speedOut'	:	500,
		'showCloseButton' :	false,
		'type'		:	'iframe',
		'scrolling'    : 'no'
	});
	
		$(".iframe1").fancybox({
		'width'				: 1000,
		'height'			: 594,
		'padding'			: 0,
		'autoScale'			: false,
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'overlayOpacity'	: '0.95',
		'overlayColor'	: '#69bec7',
		'speedIn'	:	500,
		'speedOut'	:	500,
		'showCloseButton' :	false,
		'type'		:	'iframe',
		'scrolling'    : 'no'
	});
	
$(document).ready(function() {
        $(".featured").fancybox({
                'padding'           : 0,
                'href'              : 'swf/como_funciona.html',
				'width'				: 1000,
				'height'			: 594,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'overlayOpacity'	: '0.95',
				'overlayColor'	: '#69bec7',
				'speedIn'	:	500,
				'speedOut'	:	500,
				'showCloseButton' :	false,
				'type'		:	'iframe',
				'scrolling'    : 'no'
			
        })
		
		 $(".featured2").fancybox({
                'padding'           : 0,
                'href'              : 'swf/tratamento.html',
				'width'				: 1000,
				'height'			: 594,
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'overlayOpacity'	: '0.95',
				'overlayColor'	: '#69bec7',
				'speedIn'	:	500,
				'speedOut'	:	500,
				'showCloseButton' :	false,
				'type'		:	'iframe',
				'scrolling'    : 'no'
			
        })
		
});

	


});

function fechajogo(){
	parent.$.fancybox.close();
}

function fechaIframe(){
	parent.$.fancybox.close();
}
