var arr;

$(document).ready(function() {
	
	$('#tabvanilla').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#featuredvid').tabs();
	
	$.fn.colorbox.settings.bgOpacity = "0.8";
	$.fn.colorbox.settings.transitionSpeed=1000;
	
	//$("#amigosmaperipe").colorbox({fixedWidth:"61%", fixedHeight:560, iframe:true});
	$("#playaribera").colorbox({fixedWidth:600, fixedHeight:450, iframe:true});
       $("#acerca").colorbox({fixedWidth:600, fixedHeight:425, iframe:true});
       $("#blog").colorbox({fixedWidth:550, fixedHeight:360, iframe:true});
	$("#agendamaperipe").colorbox({fixedWidth:"50%", fixedHeight:518, iframe:true});
	$("#rtvce").colorbox({fixedWidth:550, fixedHeight:500, iframe:true});
	
	
	
	$("a[rel='lightbox-atomium']").colorbox({transition:"elastic", contentCurrent:"{current} / {total}"});
	$("a[id='vM']").colorbox();
	
	$('#nav *').tooltip({track: true, 
	    delay: 0, 
	    showURL: false, 
	    showBody: " - ", 
	    fade: 250 });
	
	$('#tabvanilla *').tooltip({track: true, 
	    delay: 0, 
	    showURL: false, 
	    showBody: " - ", 
	    fade: 250 });
	    
	$('.extracontent *').tooltip({track: true, 
	    delay: 0, 
	    showURL: false, 
	    showBody: " - ", 
	    fade: 250 });    

	
});
