window.onload=function(){
	Nifty("div#copyright","bottom big");
	Nifty("div#cap","top big transparent");
	if($$('search_box')){
		Nifty("div.search_box","big");	
	}
	if($$('espresso')){
		Nifty("div.espresso","big");		
	}
	
	if($$('search_shell')){
		Nifty("div.search_shell","normal");		
	}
	
	if($$('round')){
		Nifty("div.round","normal");		
	}
	if($$('round_big')){
		Nifty("div.round_big","big");		
	}

	
	// Nifty("div.s_order_w","transparent");
}

