$(document).ready(function() {
    $("#sample_inline").fancybox({
        'autoDimensions'        : false,
        'width'                 : '700',
        'height'                : '75%',
        'type'                  : 'inline',
        'transitionIn'          : 'none',
        'transitionOut'         : 'none'
    });
});

