$(document).ready(function() {


$(document).pngFix();

$("#iframe1").fancybox({
           'width'      : '75%',
           'height'     : '75%',
                   'autoScale'      : false,
                   'transitionIn'   : 'none',
           'transitionOut'  : 'none',
           'type'       : 'iframe'
    });
$("#iframe2").fancybox({
           'width'      : '75%',
           'height'     : '75%',
                   'autoScale'      : false,
                   'transitionIn'   : 'none',
           'transitionOut'  : 'none',
           'type'       : 'iframe'
    });
    $("a[rel=example_group]").fancybox({
        'transitionIn'      : 'none',
        'transitionOut'     : 'none',
        'titlePosition'     : 'over',
        'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
            return '<span id="fancybox-title-over">&nbsp;' + title + '</span>';
        }
    });

$("#video").fancybox({
        'padding'           : 0,
        'autoScale'         : false,
        'transitionIn'      : 'none',
        'transitionOut'     : 'none'
    });



$("a[rel=lightbox]").fancybox({
        'titleShow'     : true
    });

 
});


