$(document).ready(function() { 

    $(".menu_generale").tabs("div.panes > div.container",
    {
      effect: 'horizontal', effect:'fade'
    });
    
  
    $(".contenuti").scrollable({size:1, clickable:false}).navigator({ 
 
        navi: "ul.flowtabs", 
 
        naviItem: 'li a.flow', 
 
        activeClass: 'current',

        next: "div.contenuti a.next",

        prev: "div.contenuti a.prev"
 
    });
    
    $("a[rel='florian']").colorbox();
    $("a[rel='alessi']").colorbox();
    $("a[rel='mendini']").colorbox();
    $("a[rel='presente']").colorbox();
    $("a[rel='istanze']").colorbox()
    $("a[rel='pensiero']").colorbox();
    $("a[rel='fasi']").colorbox({width:"70%", height:"90%"});
    
    
    $(".florian_text").colorbox({width:"50%", inline:true, href:"#florian_text"});
    $(".alessi_text").colorbox({width:"50%", inline:true, href:"#alessi_text"});
    $(".mendini_text").colorbox({width:"50%", inline:true, href:"#mendini_text"});
    $(".fasi_storiche_text").colorbox({width:"50%", inline:true, href:"#fasi_storiche_text"});
    $(".alessi_apres_text").colorbox({width:"50%", inline:true, href:"#alessi_apres_text"});
    $(".daltour_text").colorbox({width:"50%", inline:true, href:"#daltour_text"});
    
    
    $(".fukasawa_text").colorbox({width:"50%", inline:true, href:"#fukasawa_text"});
    $(".bouroullec_text").colorbox({width:"50%", inline:true, href:"#bouroullec_text"});
    $(".carloalessi_text").colorbox({width:"50%", inline:true, href:"#carloalessi_text"});
    $(".campana_text").colorbox({width:"50%", inline:true, href:"#campana_text"});
    $(".amendinia_text").colorbox({width:"50%", inline:true, href:"#amendinia_text"});
    
    $(".annagili_text").colorbox({width:"50%", inline:true, href:"#annagili_text"});
    $(".annaetoile_text").colorbox({width:"50%", inline:true, href:"#annaetoile_text"});
    $(".discocese_text").colorbox({width:"50%", inline:true, href:"#discocese_text"});
    $(".miriorama_text").colorbox({width:"50%", inline:true, href:"#miriorama_text"});
    $(".unforbbiden_text").colorbox({width:"50%", inline:true, href:"#unforbbiden_text"});
    
    $(".alessiw_text").colorbox({width:"50%", inline:true, href:"#alessiw_text"});
    
    
    

    $(".presente_text").colorbox({width:"50%", inline:true, href:"#presente_text"});
    
    $("a[rel='istanze']").colorbox({width:"70%", height:"90%"});
    $("a[rel='tempo']").colorbox()
    $("a[rel='shiba']").colorbox({width:"70%", height:"90%"});
  	$("a[rel='ovale']").colorbox();
  	$("a[rel='memories']").colorbox();
  	$("a[rel='moka']").colorbox();
  	$("a[rel='jungle']").colorbox();
  	$("a[rel='etoile']").colorbox();
  	$("a[rel='disco']").colorbox();
  	$("a[rel='gruppo']").colorbox();
  	$("a[rel='cucina']").colorbox();
  	$("a[rel='hollein']").colorbox();
			
	  $(".istanze_text").colorbox({width:"50%", inline:true, href:"#istanze_text"});

    $(".pensiero_text").colorbox({width:"50%", inline:true, href:"#pensiero_text"});
    
    
    $("a[rel='video1']").colorbox({iframe:true, innerWidth:425, innerHeight:344});
    
    jQuery('ul.menu_generale a').click(function(){
      jQuery("ul.menu_generale a").removeClass("selected");
      jQuery(this).addClass("selected"); 
    
    });
    
});

function change_overlay_bg (bg_color){
	$("#cboxOverlay").css("background",bg_color);
}
