$(document).ready(function() {
    $("a[rel=gallery]").fancybox({
        'type'				: 'iframe',
        'transitionIn'		: 'none',
        'transitionOut'		: 'none',
        'showCloseButton'	: 'true',
        'showNavArrows'		: 'true',
        'cyclic'			: 'true',
        'scrolling'			: 'no',
        'centerOnScroll'	: 'true',
        'changeSpeed'		: 1,
        'changeFade'		: 0,
        'height'            : 500,
        'width'             : 620
    });
});

