$(document).ready(function() { 
	$('#picholder').innerfade({ 
		speed: 2000, 
		timeout: 4000,
		containerheight: '233px'
	});
});
