$(document).ready(function() {
    $("a.fancybox, .html a[href$=.jpg][class!=vypnout_nahled], .html a[href$=.png][class!=vypnout_nahled], .html a[href$=.gif][class!=vypnout_nahled]").fancybox({
        'autoScale'      : false,
        'transitionIn'	 : 'elastic',
        'transitionOut'	 : 'elastic',
        'titlePosition'  : 'inside',
        'hideOnContentClick' : true,
        'speedIn'        : 100,
        'speedOut'  	 : 100,
        'changeSpeed'    : 100,
        'centerOnScroll' : false
    });
});

