$(document).ready(function(){ 
	$("#kv.cycle").cycle({ 
		fx:			'fade', 
		speed:		2000, 
		timeout:	6000
	});
	
	$("#kv-big.cycle").cycle({ 
		fx:			'fade', 
		speed: 		2000, 
		timeout:	6000
	});
}); 
