$(document).ready(
    function(){
    	$('#slider').innerfade({
    		speed: 'slow',
    		timeout: 10000,
    		type: 'sequence',
    		containerheight: '205'
    	});
    }
);