$(function() {
	/* ABRIR JANELA */
    $("a.abrir-video").ceebox({videoRatio: "4:3"});
    $(".ceebox").ceebox();
	/* FIM ABRIR JANELA */
});