$(function(){

	$("#block3 a:first").mouseover( function() {
		$("#testimonials").animate({ "opacity": "show", "height": "toggle", "top": "0" }, 500 );
		});

	//$("#block3 a:first").mouseout( function() {
	//	$("#testimonials").animate({ "opacity": "toggle", "height": "toggle", "top": "-10" }, 200 );
	//	});

});