$(document).ready(function() {
	$("div.toggle").hide();
	
	$("a.livespeakr-more").click(function() {
		$(this).fadeOut();
		$("div.livespeakr-more").slideToggle(1500);
		
	});
	
	$(".testimonials").cycle({ fix:'fade', timeout: 9000});
});
