$(function()
{
	// Magical opacity hover effects, unfortunately I cannot find a way to allow CSS
	// to control static hover states while ensuring smooth animations in jQuery
	$('#icons a figure').hoverFade({ target: 'img' });
});
