// JavaScript Document
$(document).ready(function(){

	$('#etkinlik-cycle').cycle({
	   fx: 'scrollDown',
	   timeout: 6000,
	   delay: -2000,
	   pager: '#nav',
	   cleartype:  1 
	});
	$('.photo-orta-cycle').cycle({
	   fx: 'fade',
	   speed: 'fast',
	   timeout: 0,
	   next: '#next2',
	   prev: '#prev2'
	});	
	$('.dogumgunu-cycle').cycle({
	   fx: 'fade',
	   timeout: 6000
	});
	$(".lightbox-enabled").lightbox();
	
			//FOTO-GALERI
		$('.orta').cycle({ 
          fx:     'turnDown', 
          speed:  'fast', 
          timeout: 0, 
          pager:  '#gallery' 
        });

			//FOTO-GALERI
		$('.duyuru-cycle').cycle({ 
          fx:     'turnDown', 
          speed:  'fast', 
          timeout: 0, 
          pager:  '#duyuru-numarator' 
        });
});

