$(document).ready(function(){
    $("a.zoom").fancybox();
});

/*function menuHover() {
    $(this).find('a').stop().animate({marginLeft:'5px',paddingRight:'0'}, 300);
}
function menuBlur() {
    $(this).find('a').stop().animate({marginLeft:'0',paddingRight:'18px'}, 300);
}


function moveAnons() {
    $(this).parents('.title_block').next('.js-block').slideToggle(300);
}*/
