$(document).ready(
function(){
$('#slider').innerfade({
animationtype: 'fade',
speed: 750,
timeout: 3000,
type: 'sequence',
containerheight: 'auto'
});
});
