$(document).ready(function(){

	
 
  	// SLIDESHOW
  	$("#faderbox1").innerfade({
  		animationtype: 'fade',
  		speed: 'slow',
  		timeout: '5000',
  		type: 'sequence',
  		containerheight: '504px'
  	}); 

});


