#ajaxloader {
	position:relative;
	width:100px;
	height:100px;
	-moz-transform:scale(0.6);
	-webkit-transform:scale(0.6);
	-ms-transform:scale(0.6);
	-o-transform:scale(0.6);
	transform:scale(0.6);
	margin: auto;
}

.f_circleG {
	position:absolute;
	background-color:#FFFFFF;
	height:18px;
	width:18px;
	-moz-border-radius:9px;
	-moz-animation-name:f_fadeG;
	-moz-animation-duration:1.2s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-webkit-border-radius:9px;
	-webkit-animation-name:f_fadeG;
	-webkit-animation-duration:1.2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-ms-border-radius:9px;
	-ms-animation-name:f_fadeG;
	-ms-animation-duration:1.2s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-o-border-radius:9px;
	-o-animation-name:f_fadeG;
	-o-animation-duration:1.2s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	border-radius:9px;
	animation-name:f_fadeG;
	animation-duration:1.2s;
	animation-iteration-count:infinite;
	animation-direction:linear;
}

#frotateG_01 {
	left:0;
	top:41px;
	-moz-animation-delay:0.45s;
	-webkit-animation-delay:0.45s;
	-ms-animation-delay:0.45s;
	-o-animation-delay:0.45s;
	animation-delay:0.45s;
}

#frotateG_02 {
	left:12px;
	top:12px;
	-moz-animation-delay:0.6s;
	-webkit-animation-delay:0.6s;
	-ms-animation-delay:0.6s;
	-o-animation-delay:0.6s;
	animation-delay:0.6s;
}

#frotateG_03 {
	left:41px;
	top:0;
	-moz-animation-delay:0.75s;
	-webkit-animation-delay:0.75s;
	-ms-animation-delay:0.75s;
	-o-animation-delay:0.75s;
	animation-delay:0.75s;
}

#frotateG_04 {
	right:12px;
	top:12px;
	-moz-animation-delay:0.9s;
	-webkit-animation-delay:0.9s;
	-ms-animation-delay:0.9s;
	-o-animation-delay:0.9s;
	animation-delay:0.9s;
}

#frotateG_05 {
	right:0;
	top:41px;
	-moz-animation-delay:1.05s;
	-webkit-animation-delay:1.05s;
	-ms-animation-delay:1.05s;
	-o-animation-delay:1.05s;
	animation-delay:1.05s;
}

#frotateG_06 {
	right:12px;
	bottom:12px;
	-moz-animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
	-ms-animation-delay:1.2s;
	-o-animation-delay:1.2s;
	animation-delay:1.2s;
}

#frotateG_07 {
	left:41px;
	bottom:0;
	-moz-animation-delay:1.35s;
	-webkit-animation-delay:1.35s;
	-ms-animation-delay:1.35s;
	-o-animation-delay:1.35s;
	animation-delay:1.35s;
}

#frotateG_08 {
	left:12px;
	bottom:12px;
	-moz-animation-delay:1.5s;
	-webkit-animation-delay:1.5s;
	-ms-animation-delay:1.5s;
	-o-animation-delay:1.5s;
	animation-delay:1.5s;
}

@-moz-keyframes f_fadeG {
	0%{
		background-color:#000000;
	}
	100%{
		background-color:#FFFFFF;
	}
}

@-webkit-keyframes f_fadeG {
	0%{
		background-color:#000000;
	}
	100%{
		background-color:#FFFFFF;
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:#000000;
	}
	100%{
		background-color:#FFFFFF;
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:#000000;
	}
	100%{
		background-color:#FFFFFF;
	}
}

@keyframes f_fadeG{
	0%{
		background-color:#000000;
	}

	100%{
		background-color:#FFFFFF;
	}
}
