
#facebookG{
	background: url("../icons/loading_bg.png") no-repeat;
	height: 180px;
	position: relative;
	width: 270px;
}
#loading{
	position: absolute;
	margin: 70px 105px;
}

.facebook_blockG{
background-color: #888888;
border: 1px solid #888888;
float: left;
height: 43px;
margin-left: 5px;
width: 6px;
-webkit-animation-name:bounceG;
-webkit-animation-duration:1.0s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-transform:scale(0.91);
-moz-animation-name:bounceG;
-moz-animation-duration:1.0s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-transform:scale(0.91);
-o-animation-name:bounceG;
-o-animation-duration:1.0s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-transform:scale(0.91);
-ms-animation-name:bounceG;
-ms-animation-duration:1.0s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-transform:scale(0.91);
opacity:0.1;
}

#blockG_1{
-webkit-animation-delay:0.10s;
-moz-animation-delay:0.10s;
-o-animation-delay:0.10s;
-ms-animation-delay:0.10s;
}

#blockG_2{
-webkit-animation-delay:0.29s;
-moz-animation-delay:0.29s;
-o-animation-delay:0.29s;
-ms-animation-delay:0.29s;
}

#blockG_3{
-webkit-animation-delay:0.49s;
-moz-animation-delay:0.49s;
-o-animation-delay:0.49s;
-ms-animation-delay:0.49s;
}

#blockG_4{
-webkit-animation-delay:0.69s;
-moz-animation-delay:0.69s;
-o-animation-delay:0.69s;
-ms-animation-delay:0.69s;
}

@-webkit-keyframes bounceG{
0%{
-webkit-transform:scale(1.2);
opacity:1}

100%{
-webkit-transform:scale(0.7);
opacity:0.1}

}

@-moz-keyframes bounceG{
0%{
-moz-transform:scale(1.2);
opacity:1}

100%{
-moz-transform:scale(0.7);
opacity:0.1}

}

@-o-keyframes bounceG{
0%{
-o-transform:scale(1.2);
opacity:1}

100%{
-o-transform:scale(0.7);
opacity:0.1}

}

@-ms-keyframes bounceG{
0%{
-ms-transform:scale(1.2);
opacity:1}

100%{
-ms-transform:scale(0.7);
opacity:0.1}

}