$(document).ready(function() {
    
	// ETUSIVU
	$('#cyclebox').cycle({
		fx:    'fade',
    	delay:  -2000,
		speed:  4000
	});
	
	//KUVAGALLERIA	
	/*
	$('#gallery_cyclebox').before('<ul id="gallery_cyclebox_navi">').cycle({ 
		fx:     'shuffle',  
		timeout: 0, 
		pager:  '#gallery_cyclebox_navi', 
		 
		pagerAnchorBuilder: function(idx, slide) {
			return '#gallery_cyclebox_navi li:eq(' + idx + ') a'; 
    	}
		
	});
	*/
	
});