$(document).ready(function(){

    $(".iframe-normal").fancybox({
        'transitionIn'	:   'none',
        'transitionOut'	:   'none',
        'width'		:   700,
        'height'	:   500,
        'overlayShow'	:   false,
        'type'          :   'iframe',
        'titleShow'     :   false,
        'onComplete': function() {
                        $("#fancybox-wrap").css({'top':'20px', 'bottom':'auto'});
                      }

    });

    $(".iframe-edit-presentation").fancybox({
        'transitionIn'	:   'none',
        'transitionOut'	:   'none',
        'width'		:   700,
        'height'	:   250,
        'overlayShow'	:   false,
        'type'          :   'iframe'
    });

    $(".iframe-media-type").fancybox({
        'transitionIn'	:   'none',
        'transitionOut'	:   'none',
        'width'		:   700,
        'height'	:   250,
        'overlayShow'	:   false,
        'type'          :   'iframe'
    });

    $(".iframe-education").fancybox({
        'transitionIn'	:   'none',
        'transitionOut'	:   'none',
        'width'		:   700,
        'height'	:   500,
        'overlayShow'	:   false,
        'type'          :   'iframe'
    });

    $(".iframe-question-delete").fancybox({
        'transitionIn'	:   'none',
        'transitionOut'	:   'none',
        'width'		:   700,
        'height'	:   125,
        'overlayShow'	:   false,
        'type'          :   'iframe'
    });

    $(".iframe-question-delete-height-200").fancybox({
        'transitionIn'	:   'none',
        'transitionOut'	:   'none',
        'width'		:   700,
        'height'	:   200,
        'overlayShow'	:   false,
        'type'          :   'iframe'
    });

    $(".iframe-question-delete-height-300").fancybox({
        'transitionIn'	:   'none',
        'transitionOut'	:   'none',
        'width'		:   700,
        'height'	:   300,
        'overlayShow'	:   false,
        'type'          :   'iframe'
    });

    $(".iframe-max-height").fancybox({
        'transitionIn'	:   'none',
        'transitionOut'	:   'none',
        'width'		:   700,
        'height'	:   1000,
        'overlayShow'	:   false,
        'type'          :   'iframe'
    });

    $(".iframe-900x1000").fancybox({
        'transitionIn'	:   'none',
        'transitionOut'	:   'none',
        'width'		:   900,
        'height'	:   1000,
        'overlayShow'	:   false,
        'type'          :   'iframe'
    });

    $(".iframe-820x520").fancybox({
        'speedIn'	:   600,
        'speedOut'	:   200,
        'width'		:   820,
        'height'	:   520,
        'overlayShow'	:   true,
        'type' 		:   'iframe'
    });

    $(".iframe-height-500").fancybox({
        'transitionIn'	:   'none',
        'transitionOut'	:   'none',
        'width'		:   700,
        'height'	:   500,
        'overlayShow'	:   false,
        'type'          :   'iframe'
    });

    $(".iframe-view-invoice").fancybox({
        'transitionIn'	:   'none',
        'transitionOut'	:   'none',
        'width'		:   800,
        'height'	:   500,
        'overlayShow'	:   false,
        'type'          :   'iframe'
    });

    $(".iframe-height-400").fancybox({
        'transitionIn'	:   'none',
        'transitionOut'	:   'none',
        'width'		:   700,
        'height'	:   400,
        'overlayShow'	:   false,
        'type'          :   'iframe'
    });

    $(".iframe-height-300").fancybox({
        'transitionIn'	:   'none',
        'transitionOut'	:   'none',
        'width'		:   700,
        'height'	:   300,
        'overlayShow'	:   false,
        'titleShow'     :   false,
        'type'          :   'iframe'
    });

    $(".iframe-height-200").fancybox({
        'transitionIn'	:   'none',
        'transitionOut'	:   'none',
        'width'		:   700,
        'height'	:   200,
        'overlayShow'	:   false,
        'titleShow'     :   false,
        'type'          :   'iframe'
    });
    $(".iframe-height-150").fancybox({
        'transitionIn'	:   'none',
        'transitionOut'	:   'none',
        'width'		:   700,
        'height'	:   150,
        'overlayShow'	:   false,
        'titleShow'     :   false,
        'type'          :   'iframe'
    });

    $(".iframe-upload-image").fancybox({
        'transitionIn'	:   'none',
        'transitionOut'	:   'none',
        'width'		:   700,
        'height'	:   125,
        'overlayShow'	:   false,
        'titleShow'     :   false,
        'type'          :   'iframe'
    });



});


