jQuery(document).ready(
		function(){
			// Slideshow Function
			jQuery('#slideShow').innerfade({
				animationtype: 'fade',
				speed: 2000, //Fade out or slide speed
				timeout: 7000, //Image rotation speed
				type: 'sequence',
				containerheight: '370px'
			});
		}
);

jQuery(document).ready(
		function(){
			// Slideshow Function
			jQuery('#testimonialfla').innerfade({
				animationtype: 'fade',
				speed: 0, //Fade out or slide speed
				timeout: 5000, //Image rotation speed
				type: 'sequence',
				containerheight: '30px'
			});
		}
);

jQuery(document).ready(
		function(){
			// Slideshow Function
			jQuery('#recentImgs').innerfade({
				animationtype: 'fade',
				speed: 2000, //Fade out or slide speed
				timeout: 5000, //Image rotation speed
				type: 'sequence',
				containerheight: '158px'
			});
		}
);
// End of Slideshow function

jQuery(function() {		
		
	// initialize scrollable with mousewheel support
	jQuery(".eventsList").scrollable({circular: true, vertical: true}).autoscroll({ autoplay: true });
	jQuery("#recentSuccesses").tooltip({ effect: 'slide', offset: [95, 0] });
	
});

