addLoadEvent(attivaNifty);


function attivaNifty (){
	if(!NiftyCheck())
	    return;
	//cambiare in base ai colori del menu


	Rounded("div#menu h2","top","#fff","#6B98C9","smooth");
	//Rounded("div#menu","top","#fff","#576b2e","smooth");
	//Rounded("div#menu","bottom","#fff","#71893D","smooth");
	Rounded("div#menuDx","top","#fff","#FF9F56");
	Rounded("div#archivio","top","#fff","#FF9F56");

	//da qui in poi non toccare
	Rounded("div#calendario","all","#fff","#ebebeb");
	Rounded("div.curvaGrigio","all","#ebebeb","#fff");
	Rounded("div.curvaBordo","top","#fff","#fff","border #ccc");
	Rounded("div.curvaBordo","bottom","#fff","#ecedec","border #ccc");
	Rounded("div.curvaTuttoGrigio","all","#fff","#fafafa","border #ccc");	
	Rounded("div.curvaSotto","bottom","#fff","#ecedec","border #ccc");
	Rounded("strong.meseA","top","#fff","#01577a","small border #a6deef");
	Rounded("strong.giornoA","bottom","#fff","#fbfbfb","small border #a6deef");
	Rounded("div#listaAlbum","all","#FFF","transparent");
	Rounded("div#listaFoto","all","#FFF","transparent");
	Rounded("div#dettFoto","all","#FFF","transparent");
	Rounded("div#contNav","all","#f2f2f2","#fff","border #ccc");
}

