
function hidetoggling()
	{
		$("#animalVideoContainer").toggle();
		$("#animalImageContainer").hide();
	}
