This updated version of Coin Slider, adds an extra stopAtLastSlide option you can pass when initializing coin slider.
As name of the option suggests, automatic rotation of slides (images) will be stopped when it reaches last item. Defaults to false.
$('#example').coinslider({
stopAtLastSlide: true
});
Examples and description can be found on official site: http://workshop.rs/projects/coin-slider/
Distributed under the MIT license.