You can easily align it in any way you want using CSS styling…
Try something like this:
<div id=”mywrapper”>
<?php if (function_exists(‘simple_nivo_slider’)) simple_nivo_slider(); ?> </div>
and add this to your styles…
#mywrapper { width: 800px; margin-left: auto; margin-right: auto; }
(tweak to your liking :-))