.morph1 {
	height:20px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.morph2 {
	height:0px;
	opacity: 0;
	filter: alpha(opacity=0);
}
