// JavaScript Document


window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#librerie","top","#fff","#1c2f48","smooth");
Rounded("div#nav","bottom","#fff","#1c2f48","smooth");
Rounded("div#footer","all","#fff","#1c2f48","smooth");
Rounded("div#vetrina","top","#fff","#556774","smooth");
Rounded("div.vetloop","all","#fff","#f0f4f4","smooth");
Rounded("div#contenitore","all","#fff","#f0f4f4","border #5a7580");

Rounded("div#pass","all","#f0f4f4","#000","border #666");
Rounded("td#bordotl","tl","#f0f4f4","#8DAEC0","smooth");
Rounded("td#bordotr","tr","#f0f4f4","#8DAEC0","smooth");
Rounded("td#bordobl","bl","#f0f4f4","#8DAEC0","smooth");
Rounded("td#bordobr","br","#f0f4f4","#8DAEC0","smooth");
Rounded("td#bordotop","top","#f0f4f4","#d8e2e1","smooth");
Rounded("td#bordobottom","bottom","#f0f4f4","#d8e2e1","smooth");
Rounded("td#bordotbl","tl bl","#f0f4f4","#d8e2e1","smooth");
Rounded("td#bordotbr","tr br","#f0f4f4","#d8e2e1","smooth");
Rounded("div#paga","all","#f0f4f4","#8DAEC0","smooth");

}
