/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$(document).ready(function(){
$("#accordion").accordion({animated :'bounceslide' ,active : 2});
$("#calendar").datepicker();
$('#testify').dialog({show: 'slide', modal:true,
                    title: '<h5>Feel free to add your testimony and spread the Gospel</h5>',
                    width:800, dialogClass: 'testify', hide: 'explode' });

$('#kids_slider').bxSlider({
                            mode: 'fade',
                            speed: 2000,
                            pause: 2500,
                            auto: true,
                            ticker_direction: 'right',
                            next_text: '',
                            prev_text: '',
                            
                            wrapper_class: 'kids_slider_container'

                            });

$('#youths_slider').bxSlider({
                            mode: 'fade',
                            speed: 2000,
                            pause: 2500,
                            auto: true,
                            ticker_direction: 'right',
                            next_text: '',
                            prev_text: '',
                            
                            wrapper_class: 'youths_slider_container'

                            });
                            

$('#family_slider').bxSlider({
	mode: 'slide',
	speed: 2000,
	pause: 2500,
	auto: true,
	ticker_direction: 'right',
	next_text: '',
	prev_text: '',
	
	wrapper_class: 'family_slider_container'
	});

$('div#tabs').tabs({fx: {opacity: 'toggle'}});



  // $('tr:odd').addClass('alt');
  $('tr:nth-child(even)').addClass('alt');

$('#word_date').datepicker({dateFormat : 'yy-mm-dd'});
$('#event_date' ).datepicker({dateFormat : 'yy-mm-dd'});
$('#sermon_date').datepicker({dateFormat : 'yy-mm-dd'});




      $('#mycarousel').jcarousel({
        vertical: true,
        scroll: 2
    });

  


});
