/********************************************

The Immokalee Foundation
jQuery Cycle Modules

Version: 1.0
Required Plugins: jquery.cycle
Author: Poccuo (http://www.poccuo.com)        	

*******************************************/

$(function() {
	
	$("#feature_module #feature_controls").show();		
    
    $('#feature_module #feature').cycle({
		fx: 'fade', 
		pause: 0, // Turn Hover Pause On
		timeout: 5000, // in Milliseconds
		speedIn: 10, // in Milliseconds
		speedOut: 500, // in Milliseconds
		delay: 1000, // in Millieconds
		cleartype:  1,  
		next: '#feature_controls .next', 
    	prev: '#feature_controls .prev',
    	after: function() { 
		sIFR.replace(clarendon, {
  			selector: '#homepage .slide .slide_copy h3'
  			,css: [
    			'.sIFR-root { color:#006A80;}'
			]
			,wmode: 'transparent'
			,ratios: [9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09]
		});
    	} 
	});
	
	$('#footer #bookmark').cycle({
		fx: 'fade', 
		pause: 0, // Turn Hover Pause On
		timeout: 3000, // in Milliseconds
		speedIn: 30, // in Milliseconds
		speedOut: 30, // in Milliseconds
		delay: 0, // in Millieconds
		cleartype:  1
	});
	
	

});
