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