You will have to add your own styles.
1. Put a div around the JFBCLogin tag
<div class="mylogin">{JFBCLogin}</div>
2. Then put something like the following styles
div.mylogin div.social-login {
float:none;
text-align:center;
}
Obviously you can tweak the styles to get it exactly how you want, but this should give you an idea to get started.
-Melissa