//CYCLE home page images
$(document).ready(function(){
	$('#picHome').cycle({ 
		fx:      'fade', 
		speed:    2000, 
		timeout:  9000, 
		delay: 0 
	});
});

//CYCLE sec page images
$(document).ready(function(){
	$('#picSec').cycle({ 
		fx:      'fade', 
		speed:    500, 
		timeout:  5000, 
		delay: -1000 
	});
});
