Yes you can. By default, the clock will be left aligned (although some Joomla templates my change this default behavior). The flash clock is inside a div which makes it easy to change the alignment. If you want to center your clock, just add these lines to the end in one of the css files of your Joomla template:
#mod_ulti_clocks {
width: 100%;
text-align: center;
}