$(function(){
	$('#controls,#item-testimonials').show();
	$('#testimonials').cycle({
		timeout: 9000,
		speed: 200,
		random: 1,
		prev:   '#prev', 
    	next:   '#next',
		cleartype: 1
	});
});