﻿

$('.4col div.categoryImageWrapper:nth-child(4n)').addClass('endBit');

$("#CategoryMenu #CategoryMenuTab").click(function () {
    $("#CategoryMenu .Grow").slideToggle("slow");
});


//$("#CategoryMenu .categoryImage").tooltip({ position: 'bottom center', offset: [-100, -130] });
$("#HomeCatMenu .categoryImage").tooltip({ position: 'top center', offset: [-15, 0], delay: '0'});
 

