$(document).ready(function(){function megaHoverOver(){$(this).find("#layerMenu").stop().fadeTo('fast',1).show()}
function megaHoverOut(){$(this).find("#layerMenu").stop().fadeTo('fast',0,function(){$(this).hide()})};var config={sensitivity:2,interval:100,over:megaHoverOver,timeout:500,out:megaHoverOut};$("#menuSub li.sub #layerMenu").css({opacity:'0'});$("#menuSub li.sub").hoverIntent(config);$("#menuSub li.sub").hover(function(){$(this).find("a").addClass("hover")},function(){$(this).find("a").removeClass("hover")});$("a.fancybox").fancybox({padding:5,margin:20,centerOnScroll:false,hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.3,overlayColor:'#666',titleShow:true,titlePosition:'outside',transitionIn:'fade',transitionOut:'fade',speedIn:300,speedOut:300,changeSpeed:300,changeFade:'fast'})})

