#followingBallsG{
    position: fixed;
    width: 100%;
    height: 30px;
    margin: auto;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999;
}

.followingBallsG{
    background-color:rgb(0,181,253);
    position:absolute;
    top:0;
    left:0;
    width:7px;
    height:7px;
    border-radius:4px;
    -o-border-radius:4px;
    -ms-border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    animation-name:bounce_followingBallsG;
    -o-animation-name:bounce_followingBallsG;
    -ms-animation-name:bounce_followingBallsG;
    -webkit-animation-name:bounce_followingBallsG;
    -moz-animation-name:bounce_followingBallsG;
    animation-duration:8s;
    -o-animation-duration:8s;
    -ms-animation-duration:8s;
    -webkit-animation-duration:8s;
    -moz-animation-duration:8s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    animation-timing-function:ease-in-out;
}

#followingBallsG_1{
    animation-delay:0s;
    -o-animation-delay:0s;
    -ms-animation-delay:0s;
    -webkit-animation-delay:0s;
    -moz-animation-delay:0s;
}

#followingBallsG_2{
    animation-delay:0.44s;
    -o-animation-delay:0.44s;
    -ms-animation-delay:0.44s;
    -webkit-animation-delay:0.44s;
    -moz-animation-delay:0.44s;
}

#followingBallsG_3{
    animation-delay:0.88s;
    -o-animation-delay:0.88s;
    -ms-animation-delay:0.88s;
    -webkit-animation-delay:0.88s;
    -moz-animation-delay:0.88s;
}

#followingBallsG_4{
    animation-delay:1.33s;
    -o-animation-delay:1.33s;
    -ms-animation-delay:1.33s;
    -webkit-animation-delay:1.33s;
    -moz-animation-delay:1.33s;
}



@keyframes bounce_followingBallsG{
    0%{
        left:0px;
        background-color:rgb(0,181,253);
    }

    50%{
        left: 98%;
        background-color:rgb(0,181,253);
    }

    100%{
        left:0px;
        background-color:rgb(0,181,253);
    }
}

@-o-keyframes bounce_followingBallsG{
    0%{
        left:0px;
        background-color:rgb(0,181,253);
    }

    50%{
        left: 98%;
        background-color:rgb(0,181,253);
    }

    100%{
        left:0px;
        background-color:rgb(0,181,253);
    }
}

@-ms-keyframes bounce_followingBallsG{
    0%{
        left:0px;
        background-color:rgb(0,181,253);
    }

    50%{
        left: 98%;
        background-color:rgb(0,181,253);
    }

    100%{
        left:0px;
        background-color:rgb(0,181,253);
    }
}

@-webkit-keyframes bounce_followingBallsG{
    0%{
        left:0px;
        background-color:rgb(0,181,253);
    }

    50%{
        left: 98%;
        background-color:rgb(0,181,253);
    }

    100%{
        left:0px;
        background-color:rgb(0,181,253);
    }
}

@-moz-keyframes bounce_followingBallsG{
    0%{
        left:0px;
        background-color:rgb(0,181,253);
    }

    50%{
        left: 98%;
        background-color:rgb(0,181,253);
    }

    100%{
        left:0px;
        background-color:rgb(0,181,253);
    }
}