Twitter mini-download icons load on the left by default, you must overwrite this behavior on your own stylesheet to make them center its container using the text-align:centerand properties display:inline-block. Try the following:
CSS
.thumbnails {
text-align:center;
}
.thumbnails > li {
display: inline-block;
*display:inline;
float: none;
}
, .thumbnails. .thumbnail , .