$(function() {
	  $('#textslideshow').cycle({
        fx:     'scrollHorz',
		timeout: 0,
		prev:   '#prev',
   		next:   '#next'
   	 });
});


