$(function(){
    //Examples of how to assign the ColorBox event to elements

    $("#banner-dia-das-criancas").colorbox({
	iframe:true,
	innerWidth:920,
	innerHeight:545,
	open:true,
	href:'banner-dia-das-criancas.htm',
	slideshow:false
    });

//    $(document).bind('cbox_complete', function(){
//	setTimeout($.colorbox.close, 10000);
//    });
});
