$(document).ready(function() {
        $('#header').supersleight({shim: '/media/gfx/x.gif'});
        $('#right').supersleight({shim: '/media/gfx/x.gif'});        
//     $("a#schemat").fancybox();

    /* Using custom settings */

    $("a#schemat").fancybox({
        'hideOnContentClick': true
    });

    /* Apply fancybox to multiple items */

    $(".show a").fancybox({
        'transitionIn'	:	'fade',
        'transitionOut'	:	'fade',
        'hideOnContentClick': false,
        'autoScale': false,
        'titleShow': false,
        'showCloseButton': true
    });

});

