-1
You can configure your slider the starting slide not to be the first one, such as:
var sliderOptions =
{
sliderId: "slider",
startSlide: 4,
...
}
Then at the end of your page, add this script:
<script>imageSlider.displaySlide(0);</script>