$(document).ready(function() {
    $("a:[rel=contato]").fancybox({
        'titlePosition'		: 'outside',
        'width'				:  450,
        'height'			: '73%',
        'autoScale'			: false,
        'transitionIn'		: 'fade',
        'transitionOut'		: 'fade',
        'type'				: 'iframe',
		'showNavArrows'		: false
    });
});
