jcraft1
Hi
You can define the spotlight module position in the layout file
open file "/tpls/default.php" in template "ja_morgan".
add this code where you want to load the position
<?php $this->loadBlock(' spotlight-1') ?>
Once added you can see position in the template style layout option and also resize them via layout
If you want more you can also add
<?php $this->loadBlock(' spotlight-2') ?>
On different layouts.