body header.theme .loading{
	top: 20%;
}

body header.theme #feature,
body header.theme #feature.zo,
body header.theme #extraContainer1,
body header.theme #extraContainer1.zo,
body header.theme #container > div > div #a,
body header.theme #container > div > div #a.zi{
	filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
	}