$(document).ready(function() {
	$("a[rel='fotos']").fancybox({
		"overlayOpacity": "0.6",
		'titleShow'		: false		
	});
	$("a[rel='fotos_melipets']").fancybox({
		"overlayOpacity": "0.6",
		'titleShow'		: true		
	});
	$("a[rel='trailers']").fancybox({
		"scrolling"		: "no",
		"overlayColor"	:"#000000",
		"overlayOpacity": "0.8",		
		'titleShow'		: false,
		'hideOnContentClick': true,
		'frameWidth': 560,
		'frameHeight': 340
	});
	$("#iframeComentario").fancybox({
		'width'				: '75%',
		'height'			: '75%',
		'autoScale'     	: false,
		'transitionIn'		: 'bottom',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	$("#iframePie").fancybox({
		'width'				: '75%',
		'height'			: '75%',
		'autoScale'     	: false,
		'transitionIn'		: 'bottom',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	$("a[rel='concursos']").fancybox({
		'type'			: 'iframe',
		"scrolling"		: "yes",
		"overlayColor"	:"#000000",
		"overlayOpacity": "0.8",		
		'titleShow'		: false,
		'hideOnContentClick': true,
		'width': 900,
		'height': 400
	});	
});

function cargaFancy(url) {
	$.ajax({
		type	: "GET",
		cache	: false,
		url		: url,
		'frameWidth'	: 400,
		'frameHeight': 400,
/*		'enableEscapeButton' : false,*/
		'overlayShow' : true,
		'overlayOpacity' : 0,
		'hideOnOverlayClick' : false,
		'type': 'iframe',		
		data	: $(this).serializeArray(),
		success : function(data) {
			$.fancybox(data);
		}
	});	
}

function flashFancy(dato, width, height) {
	$.fancybox({
			'href'			: dato,
			'autoScale'     : false,
			'titleShow'		: false,
			'width'			: width,
			'height'		: height,
			"centerOnScroll":"true", 
			"overlayOpacity":"0.8",
			"overlayColor":"#000000"
	}); 
}
