Hi,
Try this open up js/functions.js go to line 727 you find something like this..
thumb: function() {
jQuery('.thumb-slider').flexslider({
animation: "fade", //String: Select your animation type, "fade" or "slide"
slideDirection: "horizontal", //String: Select the sliding direction, "horizontal" or "vertical"
slideshow: true, //Boolean: Animate slider automatically
slideshowSpeed: 6000, //Integer: Set the speed of the slideshow cycling, in milliseconds
animationDuration: 600, //Integer: Set the speed of animations, in milliseconds
directionNav: true, //Boolean: Create navigation for previous/next navigation? (true/false)
controlNav: false, //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage
keyboardNav: false //Boolean: Allow slider navigating via keyboard left/right keys
});
}
Try to change the slideshow from true to false.
Let me know, what you got.
Thanks,
laranz.