jQuery(document).ready(function(){
//let us start fading it
var j=jQuery;
j("#slideshow-content").innerfade(
		{ animationtype: 'fade',
			speed: 'slow',
			timeout: 5000,
			containerheight: '300px' }
		); 

});