/*
 *	Load required jQuery code
 */

/* Application Showcase */
jQuery.noConflict();	
	jQuery(document).ready(function(){  	
		jQuery('#slider').innerfade({
				animationtype: 'fade', 
				speed: '3000',
				timeout: 6000,
				type: 'sequence',
				containerheight: 'auto'
		});	
});
	
/* Client Testimonials */
jQuery.noConflict();	
	jQuery(document).ready(function(){  	
		jQuery('#slider2').innerfade({
				animationtype: 'fade', 
				speed: '3000',
				timeout: 10000,
				type: 'sequence',
				containerheight: 'auto'
		});	
});
