Hi Open Sky Partners,
You can divide the slide_show position by editing the layout file in your template.
Example : the main-right.xml file in "your_site/templates/sj_sportnews/layouts", finding:
<slideshow order="5" id="yt_slideshow">
<positions>
<position height="" width="" style="xhtml" type="modules">slide_show</position>
</positions>
</slideshow>
change to
<slideshow order="5" id="yt_slideshow">
<positions>
<position height="" width="" style="xhtml" type="modules">slide_show</position>
<position height="" width="" style="xhtml" type="modules">slide_show1</position>
<position height="" width="" style="xhtml" type="modules">slide_show2</position>
</positions>
</slideshow>
Thanks