#followingBallsG{
    display: none;
    margin: auto;
    position:relative;
    width:111px;
    height:9px;
}

.followingBallsG{
    background-color:#9937A8;
    position:absolute;
    top:0;
    left:0;
    width:9px;
    height:9px;
    -moz-border-radius:5px;
    -moz-animation-name:bounce_followingBallsG;
    -moz-animation-duration:1.3s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -webkit-border-radius:5px;
    -webkit-animation-name:bounce_followingBallsG;
    -webkit-animation-duration:1.3s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -ms-border-radius:5px;
    -ms-animation-name:bounce_followingBallsG;
    -ms-animation-duration:1.3s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -o-border-radius:5px;
    -o-animation-name:bounce_followingBallsG;
    -o-animation-duration:1.3s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    border-radius:5px;
    animation-name:bounce_followingBallsG;
    animation-duration:1.3s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}

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

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

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

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

#followingBallsG_1{
    animation-delay:0s;
}

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

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

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

@-moz-keyframes bounce_followingBallsG{
    0%{
        left:0px;
        background-color:#9937A8;
    }

    50%{
        left:103px;
        background-color:#FFFFFF;
    }

    100%{
        left:0px;
        background-color:#9937A8;
    }

}

@-webkit-keyframes bounce_followingBallsG{
    0%{
        left:0px;
        background-color:#9937A8;
    }

    50%{
        left:103px;
        background-color:#FFFFFF;
    }

    100%{
        left:0px;
        background-color:#9937A8;
    }

}

@-ms-keyframes bounce_followingBallsG{
    0%{
        left:0px;
        background-color:#9937A8;
    }

    50%{
        left:103px;
        background-color:#FFFFFF;
    }

    100%{
        left:0px;
        background-color:#9937A8;
    }

}

@-o-keyframes bounce_followingBallsG{
    0%{
        left:0px;
        background-color:#9937A8;
    }

    50%{
        left:103px;
        background-color:#FFFFFF;
    }

    100%{
        left:0px;
        background-color:#9937A8;
    }

}

@keyframes bounce_followingBallsG{
    0%{
        left:0px;
        background-color:#9937A8;
    }

    50%{
        left:103px;
        background-color:#FFFFFF;
    }

    100%{
        left:0px;
        background-color:#9937A8;
    }

}