$(document).ready(function(){

	$(".btn-slide").click(function(){
		$("#panel").show("fast");
		$(this).toggleClass("active"); return false;
	});
	
	 
});

$(document).ready(function(){

	$("#icon2 a").hover(function(){
		$("#text2").toggle("fast");
	});
	
});

$(document).ready(function(){

	$("#icon4 a").hover(function(){
		$("#text4").toggle("fast");
	});
	
});

$(document).ready(function(){

	$("#icon5 a").hover(function(){
		$("#text5").toggle("fast");
	});
	
});

$(document).ready(function(){

	$("#icon6 a").hover(function(){
		$("#text6").toggle("fast");
	});
	
});

$(document).ready(function(){

	$("#icon8 a").hover(function(){
		$("#text8").toggle("fast");
	});
	
});



