Hi. Good you fixed it
I found the other problem. The slideshow from you is different from Texturia original slideshow.
The container of that slideshow has a spec. height.
You have to remove that height or adapt it to the height of your actual images.
In modules/mod_btslideshow/assets/skitter/css/skitter.styles.css
#bt-slideshow-bg{
width:943px;
height:539px;
<<<<<<<<- change "539px" to "100%"
background:url(../images/jf_slideshow.png) no-repeat left top;
margin-top:-250px;
position:absolute;
z-index:101;
}
BB