$(window).load(function() { 						   
	$('#thumbs').innerfade({
		speed: 850,
		timeout: 3000,
		type: 'sequence'
	});
	
	$('#thumbs li a img').each(function(e, x){
		//alert(x.height);
	});
	
});
