$(document).ready(function () {

    $("a#single").fancybox({
        centerOnScroll: true
    });

});
