$(function () {
	$('.trio').hover(function () {$(this).css({zIndex:5})}, function () {$(this).removeAttr('style')});
	//IE6 png
	// if ($.ifixpng)  {
	// 	$.ifixpng('js/pixel.gif');
	// 	$('#pub_live').ifixpng('crop');
	// }
})
$(window).load(function () {
	//special Zapfino
	if ($('#lilas h1').height() > 1.5 * $('#foulons h1').height()) $('#lilas h1').addClass('zap');
});