$(function() {

	$('#testimonials-wrapper .buttons').show();
	//slideNavHider('#testimonials ul', 0, '#testimonial-prev', '#testimonial-next');
	$('#testimonials ul').cycle({
		fx: 'fade',
		width: 380,
		fit: 1,
		continuous: 0,
		nowrap: 0,
		prev: '#testimonial-prev',
		next: '#testimonial-next',
		timeout: 15000,
		sync: 0,
		speed: 400,
		//prevNextClick: function(isNext, zsi, se) { slideNavHider('#testimonials ul', zsi, '#testimonial-prev', '#testimonial-next'); }
	});
	
});

