$(document).ready( function(){


$('#slideshow').innerfade({
	speed: 1000,
	timeout: 3000,
	containerheight: '292px'
});	
	

});
