$(document).ready(function(){

	$("#icons_center a").hover(function() {
		$(this).next("em").animate({opacity: "show", top: "-45"}, "slow");
	}, function() {
		$(this).next("em").animate({opacity: "hide", top: "-55"}, "fast");
	});
    hs.graphicsDir = '/highslide/graphics/';

});
