jQuery(document).ready(function() {
    $(".zertifikat").fancybox({
        'padding'           : 0,
        'margin'           : 0,
        'opacity'           : true,
        'autoScale'         : true,
        'centerOnScroll'    : true,
        'overlayOpacity'    : 0.8,
        'overlayColor'      : '#fff',
        'transitionIn'        : 'elastic',
        'transitionOut'        : 'elastic',
        'speedIn'           : '800',
        'speedOut'          : '800',
        'overlayShow'        : true,
        'hideOnContentClick': true
    });
});
