Hi
You can try to move that spotlight to under main content block.
Go to file: ROOT/templates/ja_ores/etc/layouts/default.xml
And change to this:
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
<!--Extra css load for this layout-->
<stylesheets>
</stylesheets>
<blocks name="top" style="xhtml">
<block name="cpanel" type="usertools/cpanel"></block>
<block name="hot-news">hotnews</block>
<block name="header" type="header" main-inner="1"></block>
<block name="mainnav" type="mainnav" main-inner="1"></block>
<block name="slideshow" type="modules" wrap-inner="2">slideshow</block>
<!-- <block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4</block> -->
</blocks>
<blocks name="middle" colwidth="25">
<block name="right-mass-top" >right-mass-top</block>
<block name="right1">left</block>
<block name="right2">right</block>
<block name="content-mass-bottom" >content-mass-bottom</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="botsl2" type="spotlight" main-inner="1">user1,user2,user3,user4</block>
<block name="botsl" type="spotlight" style="JArounded" wrap-inner="2">user6,user7,user8,user9</block>
<block name="module" type="spotlight" main-inner="2">user10,user11,user12,user13</block>
<block name="navhelper" type="navhelper" main-inner="1"></block>
<block name="footer" type="footer"></block>
</blocks>
</layout>
Then clean JAT3 cache.