// JavaScript Document

        $(document).ready(function() {
            $("a.zoom").fancybox({ imageScale: false, padding: 0 });
        });
