/*
 *	jQuery Innerfade
 *  
*/

jQuery.noConflict();	
jQuery(document).ready(function(){  	
	jQuery('#laptopimg').innerfade({
		animationtype: 'fade', 
		speed: 'normal',
		timeout: 5000,
		type: 'sequence',
		containerheight: 'auto'
	});	
});
