$(document).ready(function(){
    //Caption Sliding (Partially Hidden to Visible)
    $('.boxgrid.caption').hover(function(){
        $(".cover", this).stop().animate({top:'0%'},{queue:false,duration:350});
    }, function() {
    $(".cover", this).stop().animate({top:'88%'},{queue:false,duration:350});
    });
    });


$(document).ready(function(){
            $('.tTip').betterTooltip({speed: 150, delay: 100});
        });
    

