/*
 *	jQuery Innerfade
 *  
*/

jQuery.noConflict();	
jQuery(document).ready(function(){  	
	jQuery('#laptopimg').innerfade({
		animationtype: 'fade', 
		speed: 'slow',
		timeout: 2000,
		type: 'sequence',
		containerheight: '150px'
	});	
});

