$(function() {
	$(".mapa").fancybox({
		'width'				: '75%',
		'height'			: '75%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
    $("ul#slider").carouFredSel({
		auto		: true,
		pagination	: "#slider_pag",
        items           : 1,
        direction       : "left",
        duration        : 15000
		});
 });
