$(function(){
    $('.slideshow').cycle({
	  fx: 'scrollHorz',
		speed: 'fast',
		timeout: 0, 
		next:   '#nextVal', 
		prev:   '#preVal' ,
		nowrap: 1

		
	});
});
