how to slide content gallery only in 1 direction

how to slide content gallery only in 1 direction

http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/
above content slider i m using all images moving in right direction but as it reached last image it change direction to left to reach 1st image den again after that start moving right.............i want it only to move in one direction
plz help
i tired with
 $(function () {

              $('#main-photo-slider').codaSlider({

                  continuous: true,
                  autoSlide:true,
                  autoSliderDirection:right

        });
but still has same issue