$(document).ready(
    function()
    {
        // Agenda - Próximos Eventos
        $(".clkEventoAgenda").fancybox({
            width: '300',
            titleShow: false,
            padding: '0',
            transitionIn: 'none',
            transitionOut: 'none'
        });
    }
);
