// JavaScript Document
DD_roundies.addRule('ul.menuh li a', '10px', true);
DD_roundies.addRule('.fotos a', '10px', true);
DD_roundies.addRule('#centro_home, #centro_paginas ,#conteudo_lj' , '30px', true);
DD_roundies.addRule('#programa_numerologia_home', '0px 20px', true);



$(function() {
   $('.fotos a').lightBox(); // Seleciona todos os links dentro do elemento com classe fotos
});


$(document).ready(function() {	
	jQuery(function($){
	   $("#data").mask("99/99/9999");
	});
});

$(function(){
   $('.agenda_home ul').cycle({
     fx: 'fade',
     speed: 2000,
     timeout: 5000,
     next: '.proximo_agenda',
     prev: '.anterior_agenda',
     pager: '.pager_agenda'
   })
 })

$(function(){
   $('.artigo_home ul').cycle({
     fx: 'fade',
     speed: 2000,
     timeout: 5000,
     next: '.proximo_artigo',
     prev: '.anterior_artigo',
     pager: '.pager_artigo'
   })
 })

$(document).ready(function() {
    $('#evento_home ul').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		speed: 2000,
		timeout: 5000
	});
});

