Cufon.replace([
    '.add-to-box button',
    '#search_mini_form button',
    'h1',
    '#deliveryinfo p',
    '#frontpage-promoted button',
    '.buttons-set button',
    '.input-box button',
    '.btn-checkout',
    '.btn-continue',
    '.btn-update',
    '#multiship-addresses-table button',
    '.button',
    '#offers div a',
    '#frontpage-promoted h2',
    '#download h2',
    '#cart h2',
    '#offers div h2',
    '#box-title a#box-more',
    '.wrapper #phone',
    '.onestepcheckout-numbers',
    '#nav li a',
    '.dashboard .box-head h2',
    '.my-account .legend',
    '.addresses-list h2',
    '.add button'
].join(), {hover:true});

(function($) {
    $(document).ready(function() {
        
        // catalog-produt-view:
        if ($('body').is('.catalog-product-view'))
        {
            var fancyBoxConfig = {
                transitionIn: 'elastic',
                transitionOut: 'elastic',
                speedIn: 300, 
                speedOut: 100, 
                overlayShow: false
            };

            $(".product-image a").fancybox(fancyBoxConfig);
            $(".more-views a").fancybox(fancyBoxConfig);
        }
    });
})(jQuery);
